RandomFloat

From Onset Developer Wiki
Revision as of 13:49, 16 November 2019 by 28days (talk | contribs)
RandomFloat

Type: Function
Context: Server & Client
Introduced: v1.0

Description

Get a pseudo-random float.

Syntax

RandomFloat([, Min, Max])

Parameters

  • Min (optional)
    The minimum float.
  • Max (optional)
    The maximum float.

Return Value

  • Returns the random float between the range.

Example

__EDIT_ME__

See also