#include <abkrand.h>
Inheritance diagram for RandomRawDoubleT< RK >:
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) |
|
Definition at line 386 of file abkrand.h.
00387 : 00388 RK(seedN,verb) {}; |
|
Definition at line 390 of file abkrand.h.
00392 : 00393 RK(locIdent,counterOverride,verb) {}; |
|
Definition at line 396 of file abkrand.h.
00396 {return RK::_getRawDouble();}
|
|
Definition at line 397 of file abkrand.h. References parquetfp::N.
00397 {return RK::_getRawUnsigned()%N;} |