Deleted copy assignment; an RNG must not be copied.
Declared in <random.h>
RandomMixin<InsecureRandomContext>&
operator=(RandomMixin<InsecureRandomContext> const& other) = delete;
Mixin class that provides helper randomness functions.
| Name | Description |
|---|---|
| other | The instance that would be assigned from. |