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

rand - display a random numbers

Author

       Written by Guduleasa Alexandru Ionut.

Description

       Write random numbers to standard output.

Name

       rand - display a random numbers

Options

-Ncount
              the count of random numbers

       -e     enable interpretation of backslash escapes

       -E     disable interpretation of backslash escapes (default)

       -M,--maxnumber
              the limit of the random numbers (default 32576)

       -u,--unique
              generate unique numbers (non duplicate values)

       -f     generate float numbers from 0 to 1

       -pprecision
              the precision of float numbers (activates -f)

       -snumber
              the seed for the random numbers generator (default time(NULL))

       -dSTRING
              delimiter between the numbers (default SPACE)

       --eofSTRING
              What to print at the end of the program (default newline)

       --bofSTRING
              What to print at the beginning of the program (default nothing)

       --maskSTRING
              Mask the numbers (integer only) and display characters according to the mask.

       --version
              output version information and exit

Reporting Bugs

       Report bugs to <gulyan89@yahoo.com>.

Synopsis

rand [OPTION]

See Also