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