#include <abkrand.h>
Inheritance diagram for RandomRawUnsignedT< RK >:
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) |
|
Definition at line 367 of file abkrand.h.
00368 : 00369 RK(seedN,verb) {}; |
|
Definition at line 371 of file abkrand.h.
00373 : 00374 RK(locIdent,counterOverride,verb) {}; |
|
Definition at line 377 of file abkrand.h.
00377 {return RK::_getRawUnsigned();}
|
|
Definition at line 378 of file abkrand.h. References parquetfp::N.
00378 {return RK::_getRawUnsigned()%N;} |