[#FastRandomContext-2constructor-0f] = xref:FastRandomContext.adoc[FastRandomContext]::FastRandomContext :relfileprefix: ../ :mrdocs: Initialize with explicit seed (only for testing) == Synopsis Declared in `<random.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit FastRandomContext(xref:uint256.adoc[uint256] const& seed) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *seed* | The fixed seed to initialize the context with. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#