Paul blog

Explaining thoughts and findings is a great way to learn

Browse by Tags

All Tags » Random (RSS)
How to pick numbers at random from a given set of numbers in c#
The Random class defined in the .NET Framework provides functionality to generate pseudo-random number. According to MSDN, the current implementation of the Random class is based on Donald E. Knuth's subtractive random number generator algorithm....
Posted: 08-04-2009 8:40 PM by Razan | with no comments
Filed under: ,