Rand

From the Fallout3 GECK Wiki
Revision as of 08:49, 14 April 2014 by imported>Odessa (Created page. Previous page was deleted, perhaps because script extender attribution was missing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns a random float between specified minimum and maximum. Added by NVSE V1.6.

Syntax

[help]
(float) Rand Minimum:float Maximum:float

Example

float fCount
set fCount to Rand 1 10

See Also