Subject: | seed does not seem to be working |
Hello
I am trying to write a simple program using the generator but changing
the seed value does not seem to change the outcome
#Create the normal random variable
$rv = Math::Random::OO::Normal->new($mean,$sigma);
$rv->seed( $seed );
$x = $rv->next();
What are the limits of the seed? I tried less than 1 and larger than 1
but nothing changed the outcome!
Thanks
Abdul