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

Formatting

parent 0f1bed2c
...@@ -21,9 +21,9 @@ struct xorshf96_generator ...@@ -21,9 +21,9 @@ struct xorshf96_generator
x ^= x << 1; x ^= x << 1;
unsigned long t = x; unsigned long t = x;
x = y; x = y;
y = z; y = z;
z = t ^ x ^ y; z = t ^ x ^ y;
return z; 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