forked from personal/squiggle.c
remove empty line
This commit is contained in:
parent
7efa6b6071
commit
2819815aa8
|
@ -10,7 +10,6 @@
|
||||||
// ^ https://stackoverflow.com/questions/3599160/how-can-i-suppress-unused-parameter-warnings-in-c
|
// ^ https://stackoverflow.com/questions/3599160/how-can-i-suppress-unused-parameter-warnings-in-c
|
||||||
|
|
||||||
// Pseudo Random number generators
|
// Pseudo Random number generators
|
||||||
|
|
||||||
static uint64_t xorshift64(uint64_t* seed)
|
static uint64_t xorshift64(uint64_t* seed)
|
||||||
{
|
{
|
||||||
// Algorithm "xor" from p. 4 of Marsaglia, "Xorshift RNGs"
|
// Algorithm "xor" from p. 4 of Marsaglia, "Xorshift RNGs"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user