Help for this page
perl -e 'srand(0); print int(rand(99)) for 0 .. 9'
use strict; use warnings; ... print my_int_rand(99) for 0 .. 9; #print int(my_float_rand(99)) for 0 .. 9;