OPTIONS ( -- value )


Vocabulary
tools.random

Inputs
None

Outputs
valuean object


Definition


CONSTANT: OPTIONS
{
T{ option
{ name "--integer" }
{ help "compute a random integer" }
{ const t }
}
T{ option
{ name "--float" }
{ help "compute a random float" }
{ const t }
}
T{ option
{ name "--choice" }
{ help "compute a random choice" }
{ const t }
}
T{ option
{ name "input" }
{ help "the random input" }
{ #args "*" }
}
} inline