Razan Paul Blog

Explaining thoughts and findings is a great way to learn

Browse by Tags

All Tags » Random Number (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. The...
Posted: Sep 25 2009, 11:34 AM by RazanPaul | with 4 comment(s)
Filed under: ,
More Posts