]> git.draconx.ca Git - cdecl99.git/history - t/rng.c
tests: Use 32-bit arithmetic for seed expansion.
[cdecl99.git] / t / rng.c
2024-02-23 Nick Bowlertests: Use 32-bit arithmetic for seed expansion.
2024-01-19 Nick Bowlerlibcdecl: Replace uintmax_t with unsigned (long) long.
2024-01-07 Nick Bowlertests: Improve RNG compatibility with old compilers.
2024-01-05 Nick Bowlertests: Consolidate error messaging a bit.
2024-01-03 Nick Bowlertests: Fix randomdecl RNG initialization regression.
2023-12-28 Nick Bowlertests: Avoid dependency on strtoumax.
2023-06-16 Nick Bowlertests: Eliminate random floating-point generation.
2023-06-13 Nick BowlerRename "test" directory to "t".