FastRandomContext::fillrand

fillrand overloads

Synopses

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...

Parameters

NameDescription
outputThe output span to fill with random bytes.
spanThe output span to fill with random bytes.