FastRandomContext::fillrand

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

NameDescription
outputThe output span to fill with random bytes.