RandFloat

From Multi Theft Auto: Wiki
Revision as of 03:21, 18 May 2006 by Ransom (talk | contribs)
Jump to navigation Jump to search

Description

This function returns a random float between 0 and 1.

Syntax

randFloat ()

Required Arguments

None.

Example

serverChat ( "Random float: ", randFloat () )