GENERATE RANDOM FLOAT IN RANGE
								
								Jump to navigation
				Jump to search
				
					
								
							
		| 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.

