Difference between revisions of "GENERATE RANDOM FLOAT IN RANGE"
								
								Jump to navigation
				Jump to search
				
			
		
					
								
							
		| FiddleSticks (talk | contribs)   (Created page with '{{Native |np       = 3 |p1t      = float |p1d      = Minimum float. |p2t      = float |p2d      = Maximum float. |p3t      = handle |p3d      = Variable to store the random float…') | 
| (No difference) | 
Latest revision as of 15:44, 2 May 2010
| Number of parameters: 3 | ||
|---|---|---|
| Parameter # | Type | Description | 
| 1. | float | Minimum float. | 
| 2. | float | Maximum float. | 
| 3. | handle | Variable to store the random float in. | 
| Return value: | ||
| Type | Description | |
| float | Random float between the given numbers/floats. | |
This function returns a random float between the given numbers/floats.

