5 | ||| An 'IO' based random sampler.
14 | ||| Initialize a pseudo-random number generator using randomness supplied by the operating system. Providing the randomness, i.e. setting the random seed, is done automatically, so this is just `id`.
19 | ||| Like 'sampleIO' but with a custom seed.