MarkovChain.select

Returns a token generated from the internal set of states, based on the tokens previously generated. If no token can be produced, null is returned.

  1. T select()
    struct MarkovChain(T)
    T
    select
    ()
    ()
    if (
    isAssignable!(T, typeof(null))
    )
  2. Nullable!(Unqual!T) select()

Meta