Summary
Generates a random
float
.
- Namespace
- StrideToolkit
.Mathematics - Containing Type
- RandomExtensions
Syntax
public static float NextSingle(this Random random)
Parameters
Name | Type | Description |
---|---|---|
random | Random | An instance of Random . |
Return Value
Type | Description |
---|---|
float | A random float . |