in reply to Re: Random Math Question
in thread Random Math Question
I think MJD's objection to the generator is that, if you're shuffling 100,000 elements, you need a generator that can give you a random number between 1 and 100,000. If your generator doesn't have that, you can start with two random numbers, and use them as separate seeds.No, that really wasn't my objection at all.
|
---|