Commit Graph

7 Commits

Author SHA1 Message Date
6387c0df70 fix: reorder headers to fix compilation error 2023-11-18 21:10:21 +00:00
09601c8d46 add links to examples in readme 2023-07-24 00:43:53 +02:00
6e228dcc6b replace all floats (32 bits) with doubles (64 bits)
to fix bug after switching xorshift32 => xorshift64
2023-07-23 13:02:56 +02:00
9e1d4ee6d4 move to xorshift64. Better precision. 2023-07-23 12:47:47 +02:00
2131524017 README tweaks, free seed in examples 2023-07-23 10:09:34 +02:00
04070a934e give more expressive names to main functions
This bash function was helpful:

function replace(){
  grep "$1" -rl .
  grep "$1" -rl . | xargs sed -i "s/$1/$2/g";
}
2023-07-22 19:21:20 +02:00
9578461494 move squiggle_c to its own repository 2023-06-26 18:44:41 +01:00