Raymond Hettinger wrote:

> To make the solutions equi-probable, a simple approach is to
> recursively enumerate all possibilities and then choose one 
> of them with random.choice().

Or create a list using the biased method, then use .shuffle() to 
return another permutation.

Cheers,

-- 
Klaus Alexander Seistrup
Tv-fri medielicensbetaler
http://klaus.seistrup.dk/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to