Xorshift1024StarState = object s*: array[16, uint64] p*: int
proc next(s: var Xorshift1024StarState): uint64 {.raises: [], tags: [].}