Wednesday, June 28, 2006 11:48 AM
I had the need to write a program which used a random number generator, but I found the generator in the framework too limiting and to slow, so a quick google search turned up this site: http://www.agner.org/random
They have a number of really great random number generators, and even though they are written in managed code, they provide C# wrappers.