truly random numbers
Truly random numbers can only be generated by a physical process and cannot be generated via software. This makes it rather clumsy to use them in Monte Carlo calculations, since they must be first generated in a separate device and either sent to the computer or recorded (for example on removable storage media) for later use in calculations. Traditionally, tapes containing millions of random numbers generated using radioactive decay were available from laboratories.
Nowadays, standard digital computers often have provisions for obtaining truly random numbers, that is, numbers generated by a physical process. Fir instance, Intel has provided a since their chipsets which utilizes noise in a particularly prone semiconductor as a source of randomness. Often times it is possible to use other incidental physical noise as a source; for example, static on the input channel of a sound card. In addition, peripheral devices (add-ons) to personal computers exist which provide truly random numbers, when the previous methods fail.
References
- 1 Derived from) The Data Analysis Briefbook. http://rkb.home.cern.ch/rkb/titleA.htmlhttp://rkb.home.cern.ch/rkb/titleA.html.
Title | truly random numbers |
---|---|
Canonical name | TrulyRandomNumbers |
Date of creation | 2013-03-22 12:07:16 |
Last modified on | 2013-03-22 12:07:16 |
Owner | akrowne (2) |
Last modified by | akrowne (2) |
Numerical id | 7 |
Author | akrowne (2) |
Entry type | Definition |
Classification | msc 65C10 |
Classification | msc 11K45 |
Related topic | PseudorandomNumbers |