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