-Mark
Kim van der Linde wrote:
[EMAIL PROTECTED] wrote:
Date: 2004-09-01T23:28:45 Editor: PhilSteitz <[EMAIL PROTECTED]>
+ * Add 0-1 random number generators. -- Not sure what is being requested here. RandomData.nextInt(0, 1) will generate random 0-1 values. Are we talking about random binary strings?
There are a ton of different ways to generate pseudorandom numbers, all have in common that they are kind of ciclic and have a certain predictability. In general, faster pseudorandom algorithms do have shorter cicles and are better predictable, while better pseudorandom algorithms require more computation time. The build in JAVA pseudo random generator is a laugh, and not to be used for any serious randomnisations....
Kim
-- Mark Diggory Software Developer Harvard MIT Data Center http://www.hmdc.harvard.edu
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
