Fill a span with random bytes.
Synopsis
Declared in <random.h>
void
fillrand(std::span<std::byte> span) noexcept;
Parameters
Name |
Description |
span |
The output span to fill with random bytes. |
Created with MrDocs
Fill a span with random bytes.
Declared in <random.h>
void
fillrand(std::span<std::byte> span) noexcept;
Name |
Description |
span |
The output span to fill with random bytes. |
Created with MrDocs