Dev-random: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Subpagination Bot
m (Add {{subpages}} and remove any categories (details))
imported>Sandy Harris
(add wikilink)
Line 3: Line 3:
{{dablink|The formal name of this article is /dev/random, but has been renamed due to technical limitations of the MediaWiki system.}}
{{dablink|The formal name of this article is /dev/random, but has been renamed due to technical limitations of the MediaWiki system.}}


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 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 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.


==Related topics==
==Related topics==
[[dev-null|/dev/null]]
[[dev-null|/dev/null]]

Revision as of 19:35, 12 October 2008

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.

Template:Dablink

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 system noise 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.

Related topics

/dev/null