Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 206a222f756de5221029fd3da77d6147 > files > 19

perl-Math-Int64-0.300.0-2.mga4.x86_64.rpm

#!/usr/bin/perl

use strict;
use warnings;
use 5.010;
use Math::Int64 qw(uint64_rand);

my $n = shift || 1;

say uint64_rand for 1..$n;