]> gitweb.factorcode.org Git - factor.git/commit
random.pcg: add a unit-test
authorAlexander Ilin <alex.ilin@protonmail.com>
Sat, 21 Jan 2023 00:44:49 +0000 (01:44 +0100)
committerAlexander Ilin <alex.ilin@protonmail.com>
Sat, 21 Jan 2023 00:49:31 +0000 (01:49 +0100)
commit7ba2a76197d09ba7bf7ecea0295a5dc19806b04d
tree6d008d10e3753104f83e342a0d45a02632a94b8c
parent79f744ebaa8134290d9275720e4377b94ace1a1b
random.pcg: add a unit-test

Check the first and the millionth number of the 32-bit generator for the
seed (1, 1).
extra/random/pcg/pcg-tests.factor [new file with mode: 0644]