1
vote
How to solve performance problem with Java SecureRandom?
If you want truly "cryptographically strong" randomness, then you need a strong entropy source. /dev/random is slow because it has to wait for system events to gather entropy (disk reads, network p …
