Man page - random(6)
Packages contains this manual
- quiz(6)
- wargames(6)
- rain(6)
- atc(6)
- worms(6)
- snake(6)
- cribbage(6)
- monop(6)
- bcd(6)
- trek(6)
- pom(6)
- dab(6)
- morse(6)
- arithmetic(6)
- wtf(6)
- primes(6)
- go-fish(6)
- hack(6)
- canfield(6)
- countmail(6)
- robots(6)
- rot13(6)
- cfscores(6)
- bsdgames-adventure(6)
- tetris-bsd(6)
- random(6)
- snscore(6)
- ppt(6)
- teachgammon(6)
- wump(6)
- boggle(6)
- backgammon(6)
- caesar(6)
- phantasia(6)
- worm(6)
- battlestar(6)
- mille(6)
- sail(6)
- gomoku(6)
- number(6)
- pig(6)
- hangman(6)
Package: bsdgames
apt-get install bsdgames
apt-get install bsdgames
Manuals in package:
Documentations in package:
Available languages:
en da ja ro deManual
RANDOM (6) Games Manual RANDOM (6)
NAME
random — random lines from a file or random numbers
SYNOPSIS
random [ -er ] [ denominator ]
DESCRIPTION
random reads lines from the standard input and copies them to the standard output with a probability of 1/denominator. The default value for denominator is 2.
The options are as follows:
-e
If the -e option is specified, random does not read or write anything, and simply exits with a random exit value of 0 to denominator -1, inclusive.
-r
The -r option guarantees that the output is unbuffered.
SEE ALSO
fortune (6) Debian March 31, 1994 RANDOM (6)