Test.ThreadNet.Util.Seed
Description
Seed used for the ThreadNet tests
newtype Seed Source #
Constructors
Defined in Test.ThreadNet.Util.Seed
Methods
(==) ∷ Seed → Seed → Bool Source #
(/=) ∷ Seed → Seed → Bool Source #
showsPrec ∷ Int → Seed → ShowS Source #
show ∷ Seed → String Source #
showList ∷ [Seed] → ShowS Source #
(<>) ∷ Seed → Seed → Seed Source #
sconcat ∷ NonEmpty Seed → Seed Source #
stimes ∷ Integral b ⇒ b → Seed → Seed Source #
arbitrary ∷ Gen Seed
shrink ∷ Seed → [Seed]
combineWith ∷ Integral a ⇒ Seed → a → Seed Source #
runGen ∷ Seed → Gen a → a Source #