]> git.draconx.ca Git - cdecl99.git/commit
tests: Correct RNG implementation.
authorNick Bowler <nbowler@draconx.ca>
Sun, 3 Apr 2022 01:56:22 +0000 (21:56 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 3 Apr 2022 02:00:23 +0000 (22:00 -0400)
commitae5cf9ed24d380cdc8c33239d92bb330438aefaa
treedd1533e60a8d961830e20dd1ae0c1ea93d13e4a2
parentc7660385e5c91c48db526fabd9c7761c882b96aa
tests: Correct RNG implementation.

Due to a mistake in the adaptation, the output of the generator was
not done correctly.  Correct that, and add a little test program that
would have caught this mistake by directly comparing against the
reference implementation.
Makefile.am
test/.gitignore
test/rng-test.c [new file with mode: 0644]
test/rng.c
test/xos256p.c [new file with mode: 0644]
tests/stress.at