Fill a span with random bytes.

Synopsis

Declared in <random.h>

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

Parameters

Name

Description

span

The output span to fill with random bytes.

Created with MrDocs