Module xorshift64star

Types

Xorshift64StarState = object 
  x*: uint64
  Source

Procs

proc next(s: var Xorshift64StarState): uint64 {.raises: [], tags: [].}
  Source