Query: std::seed_seq
OS: debian
Section: 3cxx
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
std::seed_seq(3cxx) std::seed_seq(3cxx)NAMEstd::seed_seq -SYNOPSISPublic Types typedef uint_least32_t result_type 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 5356 of file random.h. Member Typedef Documentation typedef uint_least32_t std::seed_seq::result_type The type of the seed vales. Definition at line 5361 of file random.h. Constructor & Destructor Documentation std::seed_seq::seed_seq () [inline] Default constructor. Definition at line 5364 of file random.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::seed_seq(3cxx)
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
Is UNIX an open source OS ? |
A (ksh) Library For and From UNIX.com |
New UNIX and Linux History Sections |
My first PERL incarnation... Audio Oscillograph |