std::discard_block_engine (3) Linux Manual Page
std::discard_block_engine<Engine,P,R>::seed – std::discard_block_engine<Engine,P,R>::seed Synopsis void seed(); (1)(since C++ 11) void seed(result_type value); (2)(since C++ 11) template <class Sseq> (3)(since C++ 11) void seed(Sseq &seq); Reinitializes the internal state of the underlying engine using a new seed value. 1) Seeds the underlying engine with the default seed value. Effectively calls e.seed(), where e is the underlying…
