This module provides several function to generate binary sequences:
- Alterned 0 and 1 sequence (010101...): ts01,
- Pseudo-Random sequence (prbs / Pseudo-Random Number Generator): prbs,
- Special pseudo-random sequences, based on a shift register,
and enabling an easy synchronization at the receiver side (ber measure):
LFSR (Linear Feedback State Register).