Dev-random: Difference between revisions
Jump to navigation
Jump to search
imported>Joshua David Williams (creation) |
mNo edit summary |
||
(5 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{subpages}} | ||
{{slashtitle|/dev/random}} | |||
In [[Unix]] and [[Unix-like]] [[operating systems]], '''/dev/random''' is a special file, which serves as a generator of 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 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.[[Category:Suggestion Bot Tag]] | ||
[[Category: |
Latest revision as of 16:00, 6 August 2024
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.