Description
My custom random engine impementation that uses LFSR (Linear-feedback shift register)
number generator.
Limitations
- Seed must have size multiple WordType bits
- Doesn't preserve common order of bits for non uint8_t WordType
- Endian depndent for non uint8_t WordType
Credits
License: MIT/Public domain
Author: Yevhen Babiichuk (DustDFG)