Tuesday, November 07, 2006

PRNGs for .NET

I'm still looking for a good commerical numerical library in .NET. In the mean time, here's what looks like an excellent PRNG and Distributions library!

Remember - for cryptographic purposes, pseudo-random number generators are NOT good enough and you should always use entropy-based RNGs such as can be found under System.Security!!!

No comments: