cli to easily generate random and adjust them to your liking.
Usage:
random <...function>
functions get applied one after another.
functions are:
floor
round
ceil
between float float
log
pow float
sqrt
add float
mul float
sub float
div float
```sh
randomf between 1 11 floor
randomf
randomf pow 2 between 0 100 ```