Commit 6b588e3b authored by Paul's avatar Paul
Browse files

Formatting

parent 0f1bed2c
......@@ -21,9 +21,9 @@ struct xorshf96_generator
x ^= x << 1;
unsigned long t = x;
x = y;
y = z;
z = t ^ x ^ y;
x = y;
y = z;
z = t ^ x ^ y;
return z;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment