]> git.draconx.ca Git - cdecl99.git/commit
tests: Fix randomdecl RNG initialization regression.
authorNick Bowler <nbowler@draconx.ca>
Tue, 2 Jan 2024 04:54:33 +0000 (23:54 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 3 Jan 2024 03:12:57 +0000 (22:12 -0500)
commit198b77a35965824ae4115a3488d3ecb72431c5f6
tree28c2c157f5365279273b0c82708dfdc053eb9d8b
parent88203f87b45548f1751a750ab0ec835eaf945636
tests: Fix randomdecl RNG initialization regression.

Recent changes broke the RNG initialization so that instead of actually
using the user-supplied seed, uninitialized garbage is used instead.
t/rng.c
tests/stress.at