random for random
Generate a random value.
Signature
> random {flags}
Input/output types:
| input | output |
|---|---|
| nothing | string |
Notes
You must use one of the following subcommands. Using this command as-is will only produce this help message.
Subcommands:
| name | type | usage |
|---|---|---|
random bool
|
Builtin | Generate a random boolean value. |
random chars
|
Builtin | Generate random chars. |
random dice
|
Builtin | Generate a random dice roll. |
random float
|
Builtin | Generate a random float within a range [min..max]. |
random int
|
Builtin | Generate a random integer [min..max]. |
random uuid
|
Builtin | Generate a random uuid4 string. |