FastRandomContext::operator=

Deleted copy assignment; an RNG must not be copied.

Synopsis

Declared in <random.h>

RandomMixin<FastRandomContext>&
operator=(RandomMixin<FastRandomContext> const& other) = delete;

Return Value

Mixin class that provides helper randomness functions.

Parameters

NameDescription
otherThe instance that would be assigned from.