Talk:Random Number Generator

From OSDev.wiki
Revision as of 15:52, 15 August 2014 by osdev>Quantumdude (LFSR spectrum note)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Power Spectral Density of Linear feedback shift registers

For those concerned about even power spectral density (aka white noise), it should be noted that LFSRs tend to have a bias towards lower frequencies (similar to pink noise).

Here's a comparison of the frequency spectrum of glibc's rand() vs an LFSR: