absl::uniform_int_distribution::reset

Resets the uniform int distribution.

Synopsis

Declared in <absl/random/uniform_int_distribution.h>

void
reset();

Description

Note that this function has no effect because the distribution already produces independent values.