ouroboros-consensus-diffusion-0.16.0.0: Integration for the Ouroboros Network layer
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.ThreadNet.Util.Seed

Description

Seed used for the ThreadNet tests

Documentation

newtype Seed Source #

Constructors

Seed Int 

Instances

Instances details
Arbitrary Seed Source # 
Instance details

Defined in Test.ThreadNet.Util.Seed

Semigroup Seed Source # 
Instance details

Defined in Test.ThreadNet.Util.Seed

Methods

(<>)SeedSeedSeed #

sconcatNonEmpty SeedSeed #

stimesIntegral b ⇒ b → SeedSeed #

Show Seed Source # 
Instance details

Defined in Test.ThreadNet.Util.Seed

Methods

showsPrecIntSeedShowS #

showSeedString #

showList ∷ [Seed] → ShowS #

Eq Seed Source # 
Instance details

Defined in Test.ThreadNet.Util.Seed

Methods

(==)SeedSeedBool #

(/=)SeedSeedBool #

combineWithIntegral a ⇒ Seed → a → Seed Source #

runGenSeedGen a → a Source #