RandomMixin::RandomMixin

Deleted move constructor; an RNG must not be moved.

Synopsis

Declared in <random.h>

RandomMixin(RandomMixin&& other) = delete;

Parameters

NameDescription
otherThe instance that would be moved from.