Help for this page

Select Code to Download


  1. or download this
    use Math::Random::MT qw(srand rand);
    sub seed_prng {
    ...
      srand($seed);
      return $seed;
    }