Hoogle Search
Within LTS Haskell 23.21 (ghc-9.8.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
randomRs :: (Random a, RandomGen g) => (a, a) -> g -> [a]random System.Random Plural variant of randomR, producing an infinite list of pseudo-random values instead of returning a new generator.
randomRs :: (Random a, RandomGen g) => (a, a) -> g -> [a]tf-random System.Random.TF.Instances No documentation available.
gRandomRSum :: (ADT a, Constraints a Random, RandomGen g) => (a, a) -> g -> (a, g)one-liner-instances System.Random.OneLiner randomR implemented by sequencing randomR between all components. If given a range of items made with different constructors, will be error!
gRandomRSums :: (ADT a, Constraints a Random, RandomGen g) => (a, a) -> g -> [a]one-liner-instances System.Random.OneLiner randomRs implemented by repeatedly calling gRandomRSum. If given a range of items made with different constructors, will be error!
gRandomRs :: (ADTRecord a, Constraints a Random, RandomGen g) => (a, a) -> g -> [a]one-liner-instances System.Random.OneLiner -
one-liner-instances System.Random.Stateful.OneLiner
Page 1 of 1