.TH "std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType >" 3cxx "Sun Feb 7 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > .SH SYNOPSIS .br .PP .SS "Public Types" .in +1c .ti -1c .RI "typedef _UIntType \fBresult_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBindependent_bits_engine\fP ()" .br .RI "Constructs a default independent_bits_engine engine\&. " .ti -1c .RI "\fBindependent_bits_engine\fP (_RandomNumberEngine &&__rng)" .br .RI "Move constructs a independent_bits_engine engine\&. " .ti -1c .RI "template> \fBindependent_bits_engine\fP (_Sseq &__q)" .br .RI "Generator construct a independent_bits_engine engine\&. " .ti -1c .RI "\fBindependent_bits_engine\fP (const _RandomNumberEngine &__rng)" .br .RI "Copy constructs a independent_bits_engine engine\&. " .ti -1c .RI "\fBindependent_bits_engine\fP (\fBresult_type\fP __s)" .br .RI "Seed constructs a independent_bits_engine engine\&. " .ti -1c .RI "const _RandomNumberEngine & \fBbase\fP () const noexcept" .br .RI "Gets a const reference to the underlying generator engine object\&. " .ti -1c .RI "void \fBdiscard\fP (unsigned long long __z)" .br .RI "Discard a sequence of random numbers\&. " .ti -1c .RI "\fBresult_type\fP \fBoperator()\fP ()" .br .RI "Gets the next value in the generated random number sequence\&. " .ti -1c .RI "void \fBseed\fP ()" .br .RI "Reseeds the independent_bits_engine object with the default seed for the underlying base class generator engine\&. " .ti -1c .RI "template _If_seed_seq< _Sseq > \fBseed\fP (_Sseq &__q)" .br .RI "Reseeds the independent_bits_engine object with the given seed sequence\&. " .ti -1c .RI "void \fBseed\fP (\fBresult_type\fP __s)" .br .RI "Reseeds the independent_bits_engine object with the default seed for the underlying base class generator engine\&. " .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static constexpr \fBresult_type\fP \fBmax\fP ()" .br .RI "Gets the maximum value in the generated random number range\&. " .ti -1c .RI "static constexpr \fBresult_type\fP \fBmin\fP ()" .br .RI "Gets the minimum value in the generated random number range\&. " .in -1c .SS "Friends" .in +1c .ti -1c .RI "bool \fBoperator==\fP (const \fBindependent_bits_engine\fP &__lhs, const \fBindependent_bits_engine\fP &__rhs)" .br .RI "Compares two independent_bits_engine random number generator objects of the same type for equality\&. " .ti -1c .RI "template \fBstd::basic_istream\fP< _CharT, _Traits > & \fBoperator>>\fP (\fBstd::basic_istream\fP< _CharT, _Traits > &__is, \fBstd::independent_bits_engine\fP< _RandomNumberEngine, __w, _UIntType > &__x)" .br .RI "Extracts the current state of a % subtract_with_carry_engine random number generator engine \fC__x\fP from the input stream \fC__is\fP\&. " .in -1c .SH "Detailed Description" .PP .SS "template .br class std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType >" Produces random numbers by combining random numbers from some base engine to produce random numbers with a specifies number of bits \fC__w\fP\&. .PP Definition at line 1094 of file random\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.