New algorithms revolutionize generation of random numbers for improved data security!
This paper is about creating random-like numbers using specific algorithms. The researchers discuss different types of random numbers and generators, such as the Middle-square algorithm, Linear congruential generator, and Mersenne Twister algorithm. They also talk about tests to check if these generators are truly random. The researchers then explain a method to generate random numbers from different distributions. All the algorithms and tests are written in the R programming language.