You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
math@e8124ffad9 | 9 months ago | |
ran@e2cb4cf198 | 9 months ago | |
.gitmodules | 9 months ago | |
LICENSE | 11 months ago | |
README | 11 months ago | |
range | 9 months ago |
README
---
psh-range
-- library to generate random numbers
-- in a range with few lines of code
---
Usage
-- ./range $min $max
-- eg: ./range 1 10
-- <= $max
-- >= $min
---