Counter.random

Returns a random token with equal distribution. If the counter table is emtpy, null is returned instead.

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

Meta