Declared in DataStorageUnit
Declaration
void FlipBits(
double probability
);
Description
Loops through the data and checks to see if any bits flip. Since this is a probability based outcome, each byte has a defined probability that a bit within the byte can be flipped
Parameters
Name | Description |
---|---|
probability | [-] The chance that a byte will have a flipped bit. |