#include <PseudoRandomSource.h>
Public Member Functions | |
| PseudoRandomSource (UWORD32 s) | |
| UWORD32 | getValue (UWORD32 n) |
Private Attributes | |
| UWORD32 | Value |
Static Private Attributes | |
| const UWORD32 | A = 1367208549 |
| const UWORD32 | C = 1 |
|
|
construct a PseudoRandomSource object
|
|
|
get a pseudo-random value from {0,...,n-1}
|
|
|
|
|
|
|
|
|
|
1.3.7