Counter.random

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

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

Meta