#include <filters.h>
Inheritance diagram for RandomNumberStore:

Public Methods | |
| RandomNumberStore (RandomNumberGenerator &rng,unsigned long length) | |
| unsigned long | TransferTo (BufferedTransformation &target,unsigned long transferMax=ULONG_MAX) |
| move transferMax bytes of the buffered output to target as input. More... | |
| unsigned long | CopyTo (BufferedTransformation &target,unsigned long copyMax=ULONG_MAX)const |
| copy copyMax bytes of the buffered output to target as input. More... | |
Definition at line 464 of file filters.h.
|
|
|
|
|
copy copyMax bytes of the buffered output to target as input.
Reimplemented from Store. Definition at line 402 of file filters.cpp. Referenced by TransferTo(). |
|
|
move transferMax bytes of the buffered output to target as input.
Reimplemented from Store. Definition at line 410 of file filters.cpp. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000