Dashboard
PHP:
8.2.33
OS:
Linux
User:
lmarccom
/
/
usr
/
share
/
doc
/
perl-Math-Int64
/
examples
📤 Upload
📝 New File
📁 New Folder
Close
Editing: rand64.pl
#!/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;
Save
Cancel