in reply to Re: Random Math Question
in thread Random Math Question
I could have had the characterization of the problem wrong as I did come in on the tail end of it. My understanding was that you already had a list of 100K numbers and you needed to randomize the order. In this case, the numbers themselves don't matter just their positions. My process would be to apply the Fisher-Yates shuffle many times but on different scales. Sometimes using chunks of the list as though they were single elements and sometimes as though each chunk were the entire list.
Cheers - L~R
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Random Math Question
by BrowserUk (Patriarch) on Oct 10, 2005 at 23:59 UTC | |
by jdporter (Paladin) on Oct 11, 2005 at 04:37 UTC |