Idris2Doc : Evince.Random

Evince.Random

(source)

Definitions

nextSeed : Nat->Nat
  Advance a seed to the next value in the pseudo-random sequence.

Totality: total
Visibility: export
shuffle : Nat->Lista->Lista
  Shuffle a list using a seed value.

Totality: total
Visibility: export