Apparently some unit tests use system entropy. This is a bad idea because
- system entropy is a very valuable resource that needs to be shared;
- unit tests should not depend on truly random values; the prng should be seeded with a known value to ensure reproducibility of errors.