
13 Jun
2011
13 Jun
'11
8:29 p.m.
On Mon, 2011-06-13 at 16:56 -0700, michael rice wrote:
Is there an (existing) way to select 5 Ints randomly (no duplicates) from a population, say 1-20 (inclusive)?
Does anything from random-extras look like it'll work? http://hackage.haskell.org/packages/archive/random-extras/0.17/doc/html/Data... Shuffle [1..20], then take 5?