Every once in a while, there has been a need for using random numbers in an SQR, unfortunately, SQR does not have such a procedure. To compound the problem, most good PRNG need to use bit level operations, also which SQR does not support very well. I had already built a binary math library (
accsl004) so I added a few more procedures to this and created a new library (
accsl011) (see the
source code library for the files). This library implements the TT800 PRNG originally written by M. Matsumoto,
Read full article: 'SQR Linear Pseudorandom Number Generator'