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

RandomRawDoubleT< RK > Class Template Reference

#include <abkrand.h>

Inheritance diagram for RandomRawDoubleT< RK >:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

template<class RK>
class RandomRawDoubleT< RK >


Constructor & Destructor Documentation

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

Definition at line 386 of file abkrand.h.

00387                                                          :
00388                   RK(seedN,verb) {};
                                 

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

Definition at line 390 of file abkrand.h.

00392                                                          :
00393                   RK(locIdent,counterOverride,verb) {};
                                 


Member Function Documentation

template<class RK>
RandomRawDoubleT< RK >::operator double  )  [inline]
 

Definition at line 396 of file abkrand.h.

00396 {return RK::_getRawDouble();}

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

Definition at line 397 of file abkrand.h.

References parquetfp::N.

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


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