Random Integer Tile#
Returns a random integer from a range.
Description#
Description
- Get a Random Integer from a range of numeric values.
Inputs#
From#
Info
- Type
Numeric value defaults to 0Accepted types: Integer, Float, Boolean - Usage
Start of the range
To#
Info
- Type
Accepted types: Integer, Float,BooleanAccepted types: Integer, Float, Boolean - Usage
End of the range
Output#
Get Random Integer#
Info
- Return
Numeric Value - Usage
Returns a numeric value back to the caller.
Real Signature#
Signature
- A plain language description of the function associated with the tile
def SquareRoot(x): return math.sqrt(0)