H Hector Martinez Jul 9, 2003 #1 I'm thinking about write a Math Random class for C#, anyone one can give some idea...? Thanks in advantage... Hector.
I'm thinking about write a Math Random class for C#, anyone one can give some idea...? Thanks in advantage... Hector.
J Jon Skeet Jul 9, 2003 #2 Hector Martinez said: I'm thinking about write a Math Random class for C#, anyone one can give some idea...? Click to expand... Well, what do you want it to do that System.Random doesn't?
Hector Martinez said: I'm thinking about write a Math Random class for C#, anyone one can give some idea...? Click to expand... Well, what do you want it to do that System.Random doesn't?
I Ignacio Machin Jul 9, 2003 #3 Hi Hector, What are you trying to do? there is already a Random class in the framework, if what you want is to implement a randon number algorith and you are looking for algorithms take a look at http://www.google.com/search?source...oe=UTF-8&q=random+number+generation+algorithm there you will find several ways ot implement them. Hope this help
Hi Hector, What are you trying to do? there is already a Random class in the framework, if what you want is to implement a randon number algorith and you are looking for algorithms take a look at http://www.google.com/search?source...oe=UTF-8&q=random+number+generation+algorithm there you will find several ways ot implement them. Hope this help