in reply to Re^9: Algorithm RFC: fast (pseudo-)random shuffle with no repetition
in thread Algorithm RFC: fast (pseudo-)random shuffle with no repetition
But as I said
> If this doesn't convince you that try-and-error isn't a good idea, try adding even more 1s and 2s.
for instance ((1)x 51, (2) x 50)
==>
((101!) / (51!)) / (50!) = 1.99804427433e+29
Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^11: Algorithm RFC: fast (pseudo-)random shuffle with no repetition
by karlgoethebier (Abbot) on Sep 24, 2023 at 20:26 UTC |