The OpenD Programming Language

Xoroshiro128Plus.jump

This is the jump function for the generator. It is equivalent to 2^^64 calls to opCall(); it can be used to generate 2^^64 non-overlapping subsequences for parallel computations.

struct Xoroshiro128Plus
@nogc nothrow pure @safe
void
jump
()
()

Meta