Idris2Doc : System.Random.Pure.StdGen

System.Random.Pure.StdGen

(source)

Reexports

importpublic Data.Bits
importpublic Data.So
importpublic System.Random.Pure

Definitions

dataStdGen : Type
Totality: total
Visibility: export
Constructor: 
MkStdGen : Bits64->Bits64->StdGen

Hints:
EqStdGen
PrettyStdGen
RandomGenStdGen
ShowStdGen
extractRaw : StdGen-> (Bits64, Bits64)
Totality: total
Visibility: export
rawStdGen : Bits64-> (gamma : Bits64) -> {auto0_ : So (testBitgammaFZ)} ->StdGen
Totality: total
Visibility: export
mkStdGen : Bits64->StdGen
  The most preferrable, but not invertible way for creation specific seed values

Totality: total
Visibility: export
someStdGen : StdGen
Totality: total
Visibility: export
initStdGen : HasIOio=>ioStdGen
  The way of creation of a seed value based on some system entropy

Totality: total
Visibility: export
EntropySeed : HasIOm=>CanInitSeedStdGenm
Totality: total
Visibility: export