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