Kinds of random numbers
Random numbers are classified into two kinds.
True random numbers
Random numbers generated by actual physical phenomenon exhibiting true randomness.
Pseudo-random numbers
Random numbers who are generated by algorithms. These pseudo-numbers will never be truly perfectly random, because it actually depends on an algorithm.