WrappedStreamRNG.front

Implements an InputRange

  1. UIntType front [@property getter]
    struct WrappedStreamRNG(RandomStream, UIntType)
    @property
    UIntType
    front
    (
    )
    if (
    isRandomStream!RandomStream &&
    isUnsigned!UIntType
    )
  2. void popFront()

Meta