This is a very useful list for how to test RNGs
Replying to @TheBlueMatt and @lopp
Not intending to Monday morning quarterback, but I wanted to sharing my approach to defensive coding around RNGs:
1. Identify each source of entropy used by the RNG and instrument them. Measure how much min-entropy each source provides across different environments. /1





