import public Data.Bits
import public Data.So
import public System.Random.Puredata StdGen : TypeextractRaw : StdGen -> (Bits64, Bits64)rawStdGen : Bits64 -> (gamma : Bits64) -> {auto 0 _ : So (testBit gamma FZ)} -> StdGenmkStdGen : Bits64 -> StdGenThe most preferrable, but not invertible way for creation specific seed values
someStdGen : StdGeninitStdGen : HasIO io => io StdGenThe way of creation of a seed value based on some system entropy
EntropySeed : HasIO m => CanInitSeed StdGen m