??? 10/04/04 01:19 Read: times Msg Score: +1 +1 Good Answer/Helpful |
#78653 - RE: seeding random number generator Responding to: ???'s previous message |
Just out of curiosity...
- An RNG is supposed to generate a random number. - For true "randomeness", the user has to salt or initiate the process with a true/pseudo random number ? - Thus if the user has access to a true/pseudo random number, why use the RNG at all !! ;-) Raghu |