summaryrefslogtreecommitdiffstats
path: root/misc/random.h
Commit message (Collapse)AuthorAgeFilesLines
* misc/random: add xoshiro random number implementationLeo Izen2022-08-171-0/+41
Add xoshiro as a PRNG implementation instead of relying on srand() and rand() from the C standard library. This, in particular, lets us avoid platform-defined behavior with respect to threading.