std::philox_engine<UIntType,w,n,r,consts>::set_counter

Sets the counter of the random-number engine.

# Declarations

void set_counter( const std::array<result_type, n>& c );

(since C++26)

# Parameters

# See also