in reply to Re^6: Algorithm RFC: fast (pseudo-)random shuffle with no repetition
in thread Algorithm RFC: fast (pseudo-)random shuffle with no repetition

Somehow I also calculate differently:

CL-USER> (expt 10 15) 1000000000000000 CL-USER> (* 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15) 1307674368000

«The Crux of the Biscuit is the Apostrophe»

  • Comment on Re^7: Algorithm RFC: fast (pseudo-)random shuffle with no repetition
  • Download Code