MarkovChain.random

Returns a randomly selected token from a randomly selected state.

  1. T random [@property getter]
    struct MarkovChain(T)
    @property
    T
    random
    ()
    ()
    if (
    isAssignable!(T, typeof(null))
    )
  2. Nullable!(Unqual!T) random [@property getter]

Meta