telodendria/tools/bin
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
..
man-table Fix a few things that were bothering me. 2023-02-15 21:53:39 +00:00
new-man This is unnecessary. 2023-03-06 23:54:55 +00:00
send-patch Clean up http client enough to replace curl in send-patch. 2023-04-01 02:46:07 +00:00
td Make Rand use a provided Mersenne Twister. 2023-04-25 21:28:55 +00:00
tp Switch tp from using jq to json; format td 2023-03-08 22:47:40 +00:00
tt Move configuration to database, add process control API, fix memory leaks. 2023-04-19 00:33:38 +00:00