zig/lib/std/rand
fsh 7d0d99aac0 std: fix bug in Pcg32 fill function (#13894)
The PCG32 fill function seems to have been copy-pasted from code using u64, so requesting `n` bytes where `(n & 7) > 4` bytes would cause the last few bytes to be all 0.
2023-01-09 15:04:04 -07: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 std: fix bug in Pcg32 fill function (#13894) 2023-01-09 15:04:04 -07:00
RomuTrio.zig Add std.rand.RomuTrio 2022-05-24 22:48:51 -04:00
Sfc64.zig Add argument for fillFn to Random.init 2021-10-29 19:20:31 -04:00
test.zig std.rand: make weightedIndex proportions param a const slice 2022-08-30 13:02:17 +03:00
Xoodoo.zig crypto: add the Xoodoo permutation, prepare for Gimli deprecation (#11866) 2022-07-01 13:18:08 +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