Method MarkovRandomIntStartsWith
- Namespace
- Gamelogic.Extensions.Algorithms
- Assembly
- Gamelogic.Extensions.dll
MarkovRandomIntStartsWith(float[,], int)
Makes a Markov generator that starts with the given value.
public static IGenerator<int> MarkovRandomIntStartsWith(float[,] transitionTable, int initialValue)
Parameters
Returns
MarkovRandomIntStartsWith(float[,], int, int)
Makes a Markov generator that starts with the given value.
public static IGenerator<int> MarkovRandomIntStartsWith(float[,] transitionTable, int initialValue, int seed)