zig/lib/std/rand
Erik Arvstedt 1d5ea10bee std.rand: fixup 'improve random float generation'
- Test: Fix bucket counting. Previously, the first hit was not counted.
  This off-by-one error slightly increased the mean of `*_total_variance`,
  which decreased the acceptance rate for a particular random seed
  from 95% to 92.6%. (Irrelevant for test failure because the seed is fixed.)
- Improve comments
2022-05-12 15:39:19 +02:00
..
Gimli.zig Add argument for fillFn to Random.init 2021-10-29 19:20:31 -04:00
Isaac64.zig Add argument for fillFn to Random.init 2021-10-29 19:20:31 -04:00
Pcg.zig Add argument for fillFn to Random.init 2021-10-29 19:20:31 -04:00
Sfc64.zig Add argument for fillFn to Random.init 2021-10-29 19:20:31 -04:00
test.zig std.rand: fixup 'improve random float generation' 2022-05-12 15:39:19 +02:00
Xoroshiro128.zig Add argument for fillFn to Random.init 2021-10-29 19:20:31 -04:00
Xoshiro256.zig Add argument for fillFn to Random.init 2021-10-29 19:20:31 -04:00
ziggurat.zig compiler-rt: math functions reorg 2022-04-27 12:20:44 -07:00