 | MarkovChain2IntGenerator Constructor (Single) |
Constructs a new MarkovChain2IntGenerator
Namespace:
Gamelogic.Extensions.Obsolete
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic MarkovChain2IntGenerator(
float[][] frequencies
)
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
See Also