std::independent_bits_engine<Engine,W,UIntType>::seed

Reinitializes the internal state of the underlying engine using a new seed value.

# Declarations

void seed();

(since C++11)

void seed( result_type value );

(since C++11)

template< class SeedSeq >
void seed( SeedSeq& seq );

(since C++11)

# Parameters

# Defect reports

DRApplied toBehavior as publishedCorrect behavior
LWG 2181C++11overload (3) would not throw even if the seq.generate call throwspropagates the exception