zig/lib/std/Random
IOKG04 ca73ee4d59 std.Random.ziggurat is now generic
I left in `next_f64` and the two tables, but I believe no one is calling
ziggurat manually anyway, so I doubt that is necessary.

haven't done too much testing, but from just looking at it the distributions seem fine.
I mean they should, I just replaced a bunch of `f64`s with `T`s lul

also, combined with the other stuff, this should
close https://github.com/ziglang/zig/issues/23518
2025-09-22 01:35:34 +02:00
..
Ascon.zig Replace std.rand references with std.Random 2024-02-08 15:21:35 +01:00
benchmark.zig Remove usages of deprecatedWriter 2025-09-18 22:39:33 -07:00
ChaCha.zig Replace std.rand references with std.Random 2024-02-08 15:21:35 +01:00
Isaac64.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
Pcg.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
RomuTrio.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
Sfc64.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
SplitMix64.zig std.rand: Move to std.Random 2024-02-08 14:43:20 +01:00
test.zig enable random float tests for f16, f80, c_longdouble and f128 2025-09-22 01:35:34 +02:00
Xoroshiro128.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
Xoshiro256.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
ziggurat.zig std.Random.ziggurat is now generic 2025-09-22 01:35:34 +02:00