Functions | |
bool | lfsr (reg &x, reg mask) |
Variables | |
static reg | state [2] = {3, 3} |
Keep all PRNG stuff in here to keep the mp namespace from being cluttered. I don't feel that it's necessary to create a class just for the PRNG, because all of the access to it is through the three MPN functions .
|
|
|
|