[#FastRandomContext-fillrand-04] = xref:FastRandomContext.adoc[FastRandomContext]::fillrand :relfileprefix: ../ :mrdocs: Fill a span with random bytes. == Synopsis Declared in `<random.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void fillrand(std::span<std::byte> span) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *span* | The output span to fill with random bytes. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#