Main Page | Namespace List | Class Hierarchy | Compound List | File List | Namespace Members | Compound Members | File Members

RandomRawUnsignedT< RK > Class Template Reference

#include <abkrand.h>

Inheritance diagram for RandomRawUnsignedT< RK >:

Inheritance graph
[legend]
Collaboration diagram for RandomRawUnsignedT< RK >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 RandomRawUnsignedT (unsigned seedN=UINT_MAX, Verbosity verb=Verbosity("silent"))
 RandomRawUnsignedT (const char *locIdent, unsigned counterOverride=UINT_MAX, Verbosity verb=Verbosity("silent"))
 operator unsigned ()
unsigned operator() (unsigned N)

template<class RK>
class RandomRawUnsignedT< RK >


Constructor & Destructor Documentation

template<class RK>
RandomRawUnsignedT< RK >::RandomRawUnsignedT unsigned  seedN = UINT_MAX,
Verbosity  verb = Verbosity("silent")
[inline]
 

Definition at line 367 of file abkrand.h.

00368                                                            :
00369                   RK(seedN,verb) {};
                                 

template<class RK>
RandomRawUnsignedT< RK >::RandomRawUnsignedT const char *  locIdent,
unsigned  counterOverride = UINT_MAX,
Verbosity  verb = Verbosity("silent")
[inline]
 

Definition at line 371 of file abkrand.h.

00373                                                            :
00374                   RK(locIdent,counterOverride,verb) {};
                                 


Member Function Documentation

template<class RK>
RandomRawUnsignedT< RK >::operator unsigned  )  [inline]
 

Definition at line 377 of file abkrand.h.

00377 {return RK::_getRawUnsigned();}

template<class RK>
unsigned RandomRawUnsignedT< RK >::operator() unsigned  N  )  [inline]
 

Definition at line 378 of file abkrand.h.

References parquetfp::N.

00378 {return RK::_getRawUnsigned()%N;}


The documentation for this class was generated from the following file:
Generated on Mon Apr 25 01:15:29 2005 for Parquete by doxygen 1.3.2