Small bug in the test generation code. Thanks, @kevinlewi!
This change trickles down and affects other test vectors due to the way we fix the RNG seed for tests. (It depends on the order in which random is invoked, which is silly and something we should fix. I'll do that in #322.)
Small bug in the test generation code. Thanks, @kevinlewi!
This change trickles down and affects other test vectors due to the way we fix the RNG seed for tests. (It depends on the order in which
random
is invoked, which is silly and something we should fix. I'll do that in #322.)Closes #323. Closes #324.