Help for this page

Select Code to Download


  1. or download this
    perl -e 'srand(0); print int(rand(99)) for 0 .. 9'
    
  2. or download this
    use strict;
    use warnings;
    ...
    
     print  my_int_rand(99)       for 0 .. 9;
    #print int(my_float_rand(99)) for 0 .. 9;