Help for this page
PDL::srandom(42); # not PDL->srandom(42) $r = PDL->random(); # not PDL::random();
# Sets the seed of the base generator uniquely between workers. # The new seed is computed using the current seed and ID value. ... Math::Random::MT::Auto::set_seed($_new_seed); }