Reformat prng
This commit is contained in:
@@ -70,7 +70,7 @@ u64 wapp_prng_xorshift_256p(XOR256State *state) {
|
||||
state->w ^= state->x;
|
||||
|
||||
state->y ^= t;
|
||||
state->x = rol64(state->x, 45);
|
||||
state->x = rol64(state->x, 45);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user