List of all members.
Public Types
Public Member Functions
- seed_seq ()
-
template<typename _IntType > seed_seq (std::initializer_list< _IntType > il)
-
template<typename _InputIterator > seed_seq (_InputIterator __begin, _InputIterator __end)
-
template<typename _RandomAccessIterator > void generate (_RandomAccessIterator __begin, _RandomAccessIterator __end)
-
template<typename OutputIterator > void param (OutputIterator __dest) const
-
size_t size () const
Detailed Description
The seed_seq class generates sequences of seeds for random number generators.
Definition at line 5363 of file random.h.
Member Typedef Documentation
The type of the seed vales.
Definition at line 5368 of file random.h.
Constructor & Destructor Documentation
Default constructor.
Definition at line 5371 of file random.h.
The documentation for this class was generated from the following files: