Random Numbers with LFSR (Linear Feedback Shift Register)

Originally published at: Random Numbers with LFSR (Linear Feedback Shift Register) – Xojo Programming Blog

I recently watched this video from Computerphile on YouTube (one of my favorite channels). It demonstrates a simple bit-shift operation can generate amazing random strings of numbers. I thought I’d quickly convert it to Xojo.

4 Likes