Deleted move constructor; an RNG must not be moved.
Synopsis
Declared in <random.h>
RandomMixin(RandomMixin&& other) = delete;
Parameters
Name |
Description |
other |
The instance that would be moved from. |
Created with MrDocs