A randomgenerator
![]() | DoSeed ( DataType const & iSeed ) Initializing the random-generator |
This interface for a random-generator is included because of the fixed datatype used in the library. It has the basic functions of a random-generator, such as setting the seed and getting numbers within a range.
virtual operator DataType ()
This function gets a random number. The range of this number depends on the datatype defined in the library.
virtual DataType operator)
( DataType iRange )
This function gets a random number within the range zero to the number provided.
virtual void DoSeed( DataType const & iSeed )
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de