pcg_minimal_test, a C code which calls pcg_minimal(), which is a minimal implementation of a permuted congruential generator (PCG) of random numbers, by Melissa O'Neill.
The information on this web page is distributed under the MIT license.
pcg_minimal, a C code which is a minimal implementation of a permuted congruential generator (PCG) of random numbers, by Melissa O'Neill.