Expand description
§Lineargen
rand
compatible pseudorandom generators based on
linear feedback shift registers (LFSR).
Bit sequence generators of that type are extremely fast and have a small memory footprint. However, they might not always have ideal statistical properties.
Do not use them for cryptographical purposes.
Modules§
- large
- This module contains the
Linear128
LFSR with a period of 2128-1.