In case you have enterprise standard app servers without privileges to change your binaries you can add a JVM flag to overwrite wich random generator should be used. E.g.:
-Djava.security.egd=file:/dev/./urandom
That way you don't have to change any system settings.