Uses psh-fractional and psh-prng to generate a random number in a range
Go to file
Mia T. Rain c08a176b99
change to xor; set a max length of 10 as psh-fractional is not great
2022-06-21 10:39:59 -04:00
math@e8124ffad9 change to xor; set a max length of 10 as psh-fractional is not great 2022-06-21 10:39:59 -04:00
ran@e2cb4cf198 change to xor; set a max length of 10 as psh-fractional is not great 2022-06-21 10:39:59 -04:00
.gitmodules change to xor; set a max length of 10 as psh-fractional is not great 2022-06-21 10:39:59 -04:00
LICENSE add UnLicense 2022-04-28 14:55:31 -04:00
README init 2022-04-28 14:51:44 -04:00
range change to xor; set a max length of 10 as psh-fractional is not great 2022-06-21 10:39:59 -04:00

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
---