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;

Fill a span with random bytes.

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

Parameters

Name

Description

output

The output span to fill with random bytes.

span

The output span to fill with random bytes.

Created with MrDocs