next

abstract fun next(): MarkovChainNode<T>

Calculates and returns the next state of this MarkovChain. Note that after calling next the current state of this markov chain will be set to the value returned by next.

Sources

(source)
Link copied to clipboard