|
f65699a688
|
fix floats.h bug, fix std bug, add tests for std.
|
2023-07-23 13:17:40 +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 |
|
|
32033b5c86
|
stop using pow when possible
https://stackoverflow.com/questions/2940367/what-is-more-efficient-using-pow-to-square-or-just-multiply-it-with-itself
|
2023-07-23 12:53:46 +02:00 |
|
|
9e1d4ee6d4
|
move to xorshift64. Better precision.
|
2023-07-23 12:47:47 +02:00 |
|
|
11286211f7
|
add xorshift64 + various changes.
|
2023-07-23 12:44:16 +02:00 |
|
|
08eb790a6d
|
add beta and gamma example/tests
|
2023-07-23 10:09:03 +02:00 |
|