Click or drag to resize

GeneratorPoisson Method

A boolean generator that returns true at intervals uniformly distributed between minRadius and maxRadius.

Namespace:  Gamelogic.Extensions.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static IGenerator<bool> Poisson(
	int minRadius,
	int maxRadius
)

Parameters

minRadius
Type: SystemInt32
The minimum radius.
maxRadius
Type: SystemInt32
The maximum radius.

Return Value

Type: IGeneratorBoolean
See Also