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