Hello! I've just made an automatic LFSR period analyzer that deduces the transiton matrix, characteristic polynomial and jump polynomial directly from compiled LFSR implementation. And checks if its period is maximal. It is a part (lfsr battery) of my own SmokeRand PRNG testing framework: The framework itself: https://github.com/alvoskov/SmokeRand The lfsr battery description: https://github.com/alvoskov/SmokeRand/blob/main/docs/lfsr.md Of course, it is impossible to use stdin/stdio pipes in this...