blob: bab3495a70cc2471f52724f216b9f7fbd3c3f52e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# random
#### A random number generator written in C.
[![Build Status](https://travis-ci.org/ivanch/random.svg?branch=master)](https://travis-ci.org/ivanch/random)
----------
## Usage
> random [min] [max] [options]
| Option | Description |
|--|--|
| -h | Shows the program description |
| -f | Returns a float instead of an integer. |
| -d n | Sets `n` decimal numbers to show on float. [Default = 2] |
| -g n | Generates `n` numbers. |
| -l | Disables line jumping (`\n`). |
|