Deleted move assignment; an RNG must not be moved.
Synopsis
Declared in <random.h>
RandomMixin<FastRandomContext>&
operator=(RandomMixin<FastRandomContext>&& other) = delete;
Return Value
Mixin class that provides helper randomness functions.
Parameters
Name |
Description |
other |
The instance that would be moved from. |
Created with MrDocs