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