MarkovChain.random

Returns a randomly selected token from a randomly selected state.

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

Meta