Help for this page

Select Code to Download


  1. or download this
    E:\perl5.8.1\bin>.\perl -MPOSIX=RAND_MAX -e"print RAND_MAX"
    
    32767
    
  2. or download this
    use Math::Random::MT qw[ srand rand ];