public static IGenerator<int> MarkovRandomIntStartsWith( float[,] transitionTable, int initialValue, int seed )