]> git.draconx.ca Git - cdecl99.git/commit
tests: Eliminate random floating-point generation.
authorNick Bowler <nbowler@draconx.ca>
Fri, 16 Jun 2023 04:12:42 +0000 (00:12 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 16 Jun 2023 04:15:37 +0000 (00:15 -0400)
commitd994d4c8bc35514ab5fafff7177cdf6d4e3c61ce
treeed512100332b02a9ceefac41cfaa6f62f4a750a5
parent4b14cf4c3fa99fe5341f482cbe57058a87197d41
tests: Eliminate random floating-point generation.

The only use of test_rng_uniform in the test suite is to do 50/50 coin
toss type checks, add a simple helper based on test_rng_uniform_int to
do this, instead of bringing in all this floating-point machinery for
no real reason.
m4/gnulib-cache.m4
t/declgen.c
t/rng.c
t/test.h