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