-// This RNG uses /dev/random.
-// It is not repeatable. AddEntropy() contributes random entropy to a global pool (only).
+// This RNG doesn't use /dev/random for reading, it uses CommonCrypto
+// (same as SecRandom does). It is not repeatable.
+//
+// AddEntropy() contributes random entropy to a global pool (only).