Click or drag to resize

GeneratorMarkovRandomIntStartsWith Method (Single, Int32)

Makes a Markov generator that starts with the given value.

Namespace:  Gamelogic.Extensions.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static IGenerator<int> MarkovRandomIntStartsWith(
	float[,] transitionTable,
	int initialValue
)

Parameters

transitionTable
Type: SystemSingle
initialValue
Type: SystemInt32

Return Value

Type: IGeneratorInt32
See Also