RNG is a process in which a computer generates a number or symbol that cannot be reasonably predicted.
In this calculator, we're using PRNGS, meaning that this calculator isn't truly random as it only produces a sequence of numbers that look random.
If you want a truly random RNG, use random.org as it uses atmospheric noise, which in most cases is better than PRNGS.