random for random

Generate a random value.

Signature

> random {flags}

Input/output types:

inputoutput
nothingstring

Notes

You must use one of the following subcommands. Using this command as-is will only produce this help message.

Subcommands:

nametypeusage
random boolBuiltinGenerate a random boolean value.
random charsBuiltinGenerate random chars.
random diceBuiltinGenerate a random dice roll.
random floatBuiltinGenerate a random float within a range [min..max].
random intBuiltinGenerate a random integer [min..max].
random uuidBuiltinGenerate a random uuid4 string.