Function max
Synopsis
#include "breeze/random/entropy_source.hpp"
static constexpr result_type max() noexcept
Description
- Returns
- The maximum random number that can be emitted (typically,
255
).
Source
Line 120 in breeze/random/entropy_source.hpp.