úÎ9'(c) Lars Kuhtz <lakuhtz@gmail.com> 2017MITlakuhtz@gmail.com experimentalNone@`Generate a random bytestring of length n. The PRNG is seeded from the system randomness source.;ioProperty $ ((fromIntegral n ===) . B.length) <$> random n5n > 4 ==> ioProperty $ (/=) <$> random n <*> random n?Generate a random bytestring of length n using the given PRNG.(Length of the result bytestring in bytes-A PRNG that is used to generate random bytes.(Length of the result bytestring in bytes.random-bytestring-0.1.0-9TjV2mc2KmYH6LL6OVZLdDData.ByteString.Randomrandom randomGen