Xorshift64StarState = object x*: uint64
proc next(s: var Xorshift64StarState): uint64 {.raises: [], tags: [].}