ouroboros-consensus-test-0.3.1.0: Tests of the consensus layer
Safe HaskellNone
LanguageHaskell2010

Test.ThreadNet.Util.Seed

Description

Seed used for the ThreadNet tests

Documentation

newtype Seed Source #

Constructors

Seed Int 

Instances

Instances details
Eq Seed Source # 
Instance details

Defined in Test.ThreadNet.Util.Seed

Methods

(==)SeedSeedBool Source #

(/=)SeedSeedBool Source #

Show Seed Source # 
Instance details

Defined in Test.ThreadNet.Util.Seed

Methods

showsPrecIntSeedShowS Source #

showSeedString Source #

showList ∷ [Seed] → ShowS Source #

Semigroup Seed Source # 
Instance details

Defined in Test.ThreadNet.Util.Seed

Methods

(<>)SeedSeedSeed Source #

sconcatNonEmpty SeedSeed Source #

stimesIntegral b ⇒ b → SeedSeed Source #

Arbitrary Seed Source # 
Instance details

Defined in Test.ThreadNet.Util.Seed

Methods

arbitrary ∷ Gen Seed

shrinkSeed → [Seed]

combineWithIntegral a ⇒ Seed → a → Seed Source #

runGenSeed → Gen a → a Source #