Quote:
Originally Posted by Octocat
More concise and economical way to generate random numbers:
code removed by author
|
It's a moot point. The
random method certainly uses less resources & therefore is "more efficient", but many argue about the "randomness" of the numbers generated. The
Cryptography system method uses more resources, but provides a "better" (more unpredictable) random number set. Of course, to get true randon numbers you would have to seed the generator with something truely random such as cosmic radiation or background noise.