|
|
|
|
|
by by
2882 days ago
|
|
I only skimmed the article, so maybe they said this, but for choosing from a small range, for example 0..51, you can get several of these from a 32 bit random number with this algorithm https://stackoverflow.com/questions/6046918/how-to-generate-... You should be able to run a 64 bit PRNG once and pick at least 8 random cards from a deck. |
|