Insert minimum: Insert maximum:

The Random Number Generator

The Random Number Generator is an online and free web service. The generator is based on modern programming and web technology.

In the articles below you can read more about the theory of random numbers and history of random number generators

Random numbers in theory

Unpredictable and true randomness can only be generated by true chaotic systems and phenomenons. A chaotic system will unpredictable and will therefore could guarantee a true randomness.

Scientists use this fact, when they generate random numbers from atmospheric noise of the background radiation from the universe.

And this totally true randomness is necessary in the means of scientific work research.

In practical use the randomness of a computer generator in sufficient for most purposes.

Random numbers at the Wikipedia

Random numbers and security

A well known method to create secure private keys is with the combination of movements with the mouse and complicated mathematical formulas and algorithms.

Such computer generated private keys consists of random numbers and letters.

Pseudo random numbers

Random numbers generated only form computers are not truly random, but what we call pseudo random. Computers are predictable, and the mathematical formulas and algorithms are also predictable and logical by nature. That's why the computer can deal with these in the first place.

The consequence of course is that computer generated randomness in theory is predictable and therefore only pseudo random. In practical use it would take huge resources and power to predict the computer created random numbers.

Read about algorithm in Pseudo random number generator in a wiki article.

Random numbers generated from atmospheric noise, can be found at Random.org.