jytter.blogspot.com
Jytter, a Userspace True Random Number Generator Without IO: August 2012
https://jytter.blogspot.com/2012_08_01_archive.html
Jytter, a Userspace True Random Number Generator Without IO. Thursday, August 30, 2012. C Source Code, Version 2. First of all, you probably want the latest version. I finally decided to release the 64-bit Linux version of both Jytter and the bonus Timestamp Counter (TSC) reader, which allows C code to perform the RDTSC intruction (Read Timestamp Counter) conveniently. See README.TXT for details. Updated with better info on safe deployment (see "WARNING"). Labels: jytter source code. You have just found ...
jytter.blogspot.com
Jytter, a Userspace True Random Number Generator Without IO: Theory
https://jytter.blogspot.com/2012/08/theory.html
Jytter, a Userspace True Random Number Generator Without IO. Friday, August 24, 2012. EDIT: If you're interested in this sort of thing, then you might want to read my blog. Jytter is a true random number generator (TRNG) which conforms to the reflexive density constant. If you're looking for a very fast pseudo. Random number generator which also conforms to the reflexive density constant, have a look at LMD2. And its long nonzero sequence adaptation. Jytter has been designed from the opposite philosophic...