zig/lib/std/Random
IOKG04 a186bcf22b replace assertions with comptime assertions
also I'll take this commit message to note that these tests aren't perfect,
some goodness of fit test like for the normal `float` function would be better,
but this should still catch any *big* mistake done in implementation.
2025-09-22 01:35:35 +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
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 replace assertions with comptime assertions 2025-09-22 01:35:35 +02:00