There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's PCG rand with a fallback to xor-rand for 32-bit code.