#include <bit_scrambler.h>
Public Member Functions | |
| bit_scrambler (long gen=0x48, long bits=7, long uinit=-1) | |
| void | reset () |
| bool | scramble (bool data_in) |
| bool | xor_bits (long x) |
| Exclusive or reduction. | |
Public Attributes | |
| unsigned long | g |
| long | span |
| unsigned long | u |
|
||||||||||||||||
|
|
|
|
|
|
|
Here is the call graph for this function: ![]() |
|
|
Exclusive or reduction.
|
|
|
|
|
|
|
|
|
|
1.4.4