Click or drag to resize

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
Syntax
C#
public static IGenerator<float> UniformRandomFloat(
	int seed
)

Parameters

seed
Type: SystemInt32

Return Value

Type: IGeneratorSingle
A new generator.
See Also