[#FastRandomContext-operator_assign-069] = xref:FastRandomContext.adoc[FastRandomContext]::operator= :relfileprefix: ../ :mrdocs: Deleted copy assignment; an RNG must not be copied. == Synopsis Declared in `<random.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:RandomMixin-01.adoc[RandomMixin<FastRandomContext>]& operator=(xref:RandomMixin-01.adoc[RandomMixin<FastRandomContext>] const& other) = delete; ---- == Return Value Mixin class that provides helper randomness functions. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The instance that would be assigned from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#