Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "random"

From Quake Wiki

(Created page with "Syntax:<br/> <code>float random()</code> This function returns a floating point value greater than or equal to 0 and less than 1.")
 
Line 1: Line 1:
Syntax:<br/>
+
====Syntax:====
 
<code>float random()</code>
 
<code>float random()</code>
 
+
====Parameters:====
This function returns a floating point value greater than or equal to 0 and less than 1.
+
:None
 +
====Returns:====
 +
:Returns a floating point value greater than or equal to 0 and less than 1.

Revision as of 00:59, 25 March 2013

Syntax:

float random()

Parameters:

None

Returns:

Returns a floating point value greater than or equal to 0 and less than 1.