logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

random — random lines from a file or random numbers

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.

Name

       random — random lines from a file or random numbers

See Also

fortune(6)

Debian                                           March 31, 1994                                        RANDOM(6)

Synopsis

random [-er] [denominator]

See Also