On Fri, 27 Sep 2013 12:08:33 +0000, Dave Angel wrote:

> i recall
> writing a shuffle function in C decades ago, which took an array of (52)
> unique items and put them in random order.

Whenever I tried to write shuffles I came up against a fairly fundamental 
limit:

52! > prng states

Granted prngs seem to be better on the importing entropy from elsewhere 
front these days.

-- 
Denis McMahon, denismfmcma...@gmail.com
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to