FastRandomContext::fillrand

Fill a span with random bytes.

Synopsis

Declared in <random.h>

void
fillrand(std::span<std::byte> span) noexcept;

Parameters

NameDescription
spanThe output span to fill with random bytes.