Function subrange_adaptor
Synopsis
#include "breeze/random/subrange_adaptor.hpp"
subrange_adaptor(Engine &e, result_type new_max)
Description
Constructs a subrange adaptor from a given Engine and a new max value.
- Precondition
- new_max <= e.max()
Source
Line 49 in breeze/random/subrange_adaptor.hpp.