 | GeneratorUniformRandomFloat Method (Int32) |
Makes a generator that generates floats uniformly between 0 and 1.
Namespace:
Gamelogic.Extensions.Algorithms
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic static IGenerator<float> UniformRandomFloat(
int seed
)
Parameters
- seed
- Type: SystemInt32
Return Value
Type:
IGeneratorSingleA new generator.
See Also