Telodendria/tools
Jordan Bancino d933d12e1b Make Rand use a provided Mersenne Twister.
This implementation is loosely inspired by the original paper on the
Mersenne Twister, and borrows code from a public-domain implementation of
it, adapting it to fit the style of Telodendria's code, and fixing a few
bugs regarding the size of the data type used.

Neither C nor POSIX provide a good, thread-safe pseudorandom number
generator. The OpenBSD linker started complaining about the use of
rand_r(), and no standard alternative presented itself as worthy of
consideration, so I finally decided it was time to roll my own PRNG.
2023-04-25 21:28:55 +00:00
..
bin Make Rand use a provided Mersenne Twister. 2023-04-25 21:28:55 +00:00
lib Move getent check to common.sh 2023-03-01 03:11:10 +00:00
src Make Rand use a provided Mersenne Twister. 2023-04-25 21:28:55 +00:00
env.sh Fix bug in MatrixWellKnown(), begin /_matrix/client/v3/capabilities 2023-04-25 18:37:25 +00:00