Re: 32-bit random numbers
- Posted by Andy Serpa <ac at onehorseshy.com> Jul 03, 2004
- 581 views
Isn't the Mersenne Twister library a proven and very good random number generator (and already in the archive)? The only problem is that it isn't as fast as the built-in, but if you don't need a gazillion random numbers quickly it isn't bad...