Earlier quoted context omitted.
Why do you feel a poll is useful?
I'm coming from a background in massively parallel computing and financial services, both of which are heavy on security. Nonetheless, and even though I have been running cryptographically active instances on Amazon and Rackspace for a long time, I had honestly never thought about the RNG source on VMs. That is my own failure, of course. I wonder, though, whether everyone else knew about the VM RNG issue, or if only…
The poll, though, is unnecessary and I flagged it.
Meanwhile, you brought up:
Robert Brown's dieharder: http://www.phy.duke.edu/~rgb/General/dieharder.php
NIST Statistical Test Suite: http://csrc.nist.gov/groups/ST/toolkit/rng/index.html
Fourmilab's ENT: http://www.fourmilab.ch/random/
You noted that people could run these on their CSPRNGs to check randomness. No, they can't. These are all useful tools indeed; pentesters use them to check cookies and crypto tokens. But they can only tell you whether bits are correlated. It is very easy for an uncorrelated stream of bits to be terribly insecure: they simply have to be seeded from the same source.
It is not a good idea to suggest people test their RNGs with things like "ent". In "ent", Ruby's insecure rand() can appear competitive with /dev/random.
There's also the obvious confounding issue with testing an entropy pool by depleting it.