Skip to content

Number

Description

Number is a Function on Random
Returns a random number between the two given numbers (inclusive max and min).

Example
local testVariable = Random.Number(1.0, 1.0)
Usage

network usage: Any (Client or Server/Host)
returns: float
parameters:
- min (float)
- max (float)