Query: random
OS: netbsd
Section: 6
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RANDOM(6) BSD Games Manual RANDOM(6)NAMErandom -- random lines from a file or random numbersSYNOPSISrandom [-er] [denominator]DESCRIPTIONrandom 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 ALSOshuffle(1), fortune(6)BSDMarch 20, 2007 BSD
Related Man Pages |
---|
random(6) - freebsd |
urandom(4) - mojave |
setstate(3) - redhat |
arc4random(9) - debian |
random(4) - opendarwin |
Similar Topics in the Unix Linux Community |
---|
Retrieving random numbers out of a text file |
$RANDOM does not work inside a shell script |
Randomize letters |
UNIX script for making random numbers without repetition |
True random numbers in Sol10 |