|
Returns a random float number between and min [inclusive] and max [inclusive] (Read Only).
Returns a random integer number between min [inclusive] and max [exclusive] (Read Only).
If max equals min, min will be returned. The returned value will never be max unless min equals max.