Dev-random: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Caesar Schinas
m (replace dablink by slashtitle)
imported>Eric M Gearhart
(Added entropy, and moving Related to subpage)
 
Line 1: Line 1:
{{subpages}}
{{subpages}}
{{slashtitle|/dev/random}}
{{slashtitle|/dev/random}}
In [[Unix]] and [[Unix-like]] [[operating systems]], '''/dev/random''' is a special file, which serves as a generator of [[random number]]s. This can be either a truly random number, generated from system noise such as [[device driver|device drivers]], or a pseudorandom number generator, in which the numbers are not truly random, but based on an algorithm which creates a diverse range of numbers.
In [[Unix]] and [[Unix-like]] [[operating systems]], '''/dev/random''' is a special file, which serves as a generator of [[random number]]s. This can be either a truly random number, generated from a source of [[entropy]] such as [[device driver|device drivers]], or a pseudorandom number generator, in which the numbers are not truly random, but based on an algorithm which creates a diverse range of numbers.
 
==Related topics==
* [[dev-null|/dev/null]]

Latest revision as of 00:44, 3 August 2009

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.
Due to technical limitations, this article uses an unusual title. It should be called  /dev/random.

In Unix and Unix-like operating systems, /dev/random is a special file, which serves as a generator of random numbers. This can be either a truly random number, generated from a source of entropy such as device drivers, or a pseudorandom number generator, in which the numbers are not truly random, but based on an algorithm which creates a diverse range of numbers.