Skip to content

Random Integer Tile#


alt text Returns a random integer from a range.

Description#

Description

Inputs#

From#

Info
  • Type
    Numeric value defaults to 0
    
    Accepted types: Integer, Float, Boolean
    
  • Usage
    Start of the range
    

To#

Info
  • Type
    Accepted types: Integer, Float,Boolean
    
    Accepted 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)