Help for this page

Select Code to Download


  1. or download this
    my $rand64 = (int(rand(4294967296)) << 32) | int(rand(4294967296));
    
  2. or download this
    use Math::Random::MT::Auto qw/irand/;
    
    my $rand64 = irand();