RandomMixin::RandomMixin

Deleted copy constructor; an RNG must not be copied.

Synopsis

Declared in <random.h>

RandomMixin(RandomMixin const& other) = delete;

Parameters

NameDescription
otherThe instance that would be copied.