Hi Phil, I generally use the RandomX package that you can find here. I do not know whether there is copy right on this. The randomLEcuyer class is untrustable, but with some alternative seeding will be completly stable. It involves some programming steps I do not get the logic from yet (bit shift stuff) so that will not do.
cheers, Kim --- Phil Steitz <[EMAIL PROTECTED]> wrote: > Kim van der Linde wrote: > > Hi All, > > > > I just digged in and found that you use the > standard > > random generator of SUN. Is that an inproved > version > > of the 1.0.2 version, which is a very very basic > > pseudo-pseudo-pseudo random generator. Any help? > > Yes, it would be great to include some additional > PRNGs as part of [math]. > If you have (unencumbered) robust implementations > with good performance > or are interested in developing them, I think this > would make a good > addition to [math]. The current implementation of > the RandomData > interface supports pluggable generators for the > secure methods (using the > SecureRandom support for that) and also encapsulates > the getRandom() > method that is used everywhere to get a PRNG, so it > would be easy to plug > in alternative PRNGs. > > > > Kim > > > > > > > > __________________________________ > > Do you Yahoo!? > > Read only the mail you want - Yahoo! Mail > SpamGuard. > > http://promotions.yahoo.com/new_mail > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
