Randomly generated numbers

Randomly generated numbers are most often used to generate data that we want to use to test some reports. Once upon a time, they were obtained by taking over the system time, so they would take a hundred or a thousandth of a second as a random number. Today, probably every program language has functions for generating random numbers, including Excel. For this purpose, the functions RAND and RANDBETWEEN are used …