Telodendria/tools/src
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
..
http-debug-server.c Remove UtilStreamCopy() 2023-04-01 00:20:18 +00:00
http.c Clean up http client enough to replace curl in send-patch. 2023-04-01 02:46:07 +00:00
intcheck.c Make Rand use a provided Mersenne Twister. 2023-04-25 21:28:55 +00:00
json.c Convert all code to new Stream API. 2023-03-18 14:32:09 +00:00