|
65a104e089
|
add 100 sorted lognormal samples
|
2023-11-17 20:48:23 +00:00 |
|
|
a4fdbc1e2c
|
savepoint
|
2023-09-13 19:03:03 +02:00 |
|
|
e053a726ee
|
add example of getting confidence interval & misc changes
|
2023-07-23 19:12:02 +02:00 |
|
|
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 |
|