Click or drag to resize

MarkovChain2IntGenerator Constructor (Single, IRandom)

Constructs a new MarkovChain2IntGenerator

Namespace:  Gamelogic.Extensions.Obsolete
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public MarkovChain2IntGenerator(
	float[][] frequencies,
	IRandom random
)

Parameters

frequencies
Type: SystemSingle
The conditional frequencies for the elements to generate, where frequencies[m][n] is the relative prob of generating n given m was generated the last time
random
Type: Gamelogic.ExtensionsIRandom
The random generator to use.
See Also