[#RandomMixin-01-2constructor-0a] = xref:RandomMixin-01.adoc[RandomMixin]::RandomMixin :relfileprefix: ../ :mrdocs: Deleted move constructor; an RNG must not be moved. == Synopsis Declared in `<random.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- RandomMixin(xref:RandomMixin-01.adoc[RandomMixin]&& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The instance that would be moved from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#