Link to home
Start Free TrialLog in
Avatar of sumo_guy
sumo_guy

asked on

Random Number Generator in C#...

I need help making a random number generaton in C#.  Can someone help me, I am actually looking to make a dice roller with it.
Avatar of sumo_guy
sumo_guy

ASKER

these are all the points I can afford
Take a look at Random class. This should provide you way to generate random numbers.
ASKER CERTIFIED SOLUTION
Avatar of eriksalt
eriksalt

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If performance is critical, consider the Mersenne Twister.  There's a free C# implementation at my site:

http://www.centerspace.net/resources.php