that has a template type parameter
named Sseq
is undefined unless the corresponding template argument
is cv-unqualified and
meets the requirements
of seed sequence.
that has a template type parameter
named URBG
is undefined unless the corresponding template argument
is cv-unqualified and
meets the requirements
of uniform random bit generator.
that has a template type parameter
named Engine
is undefined unless the corresponding template argument
is cv-unqualified and
meets the requirements
of random number engine.
that has a template type parameter
named RealType
is undefined unless the corresponding template argument
is cv-unqualified and
is one of
float, double, or longdouble.
that has a template type parameter
named IntType
is undefined unless the corresponding template argument
is cv-unqualified and
is one of
short,
int,
long,
longlong,
unsignedshort,
unsignedint,
unsignedlong,
or
unsignedlonglong.
that has a template type parameter
named UIntType
is undefined unless the corresponding template argument
is cv-unqualified and
is one of
unsignedshort,
unsignedint,
unsignedlong,
or
unsignedlonglong.
Throughout this subclause [rand],
phrases of the form “x is an iterator of a specific kind”
shall be interpreted as equivalent to the more formal requirement that
“x is a value
of a type meeting the requirements
of the specified iterator type”.
Throughout this subclause [rand],
any constructor that can be called with a single argument
and that meets a requirement specified in this subclause
shall be declared explicit.