SecureRandom在java各种组件中使用广泛,可以可靠的产生随机数。但在大量产生随机数的场景下,性能会较低。
这时可以使用"-Djava.security.egd=file:/dev/./urandom"
加快随机数产生过程。
http://blog.51cto.com/leo01/1795447
原文地址:https://www.cnblogs.com/antball/p/9667234.html
时间: 2024-10-19 04:44:04
SecureRandom在java各种组件中使用广泛,可以可靠的产生随机数。但在大量产生随机数的场景下,性能会较低。
这时可以使用"-Djava.security.egd=file:/dev/./urandom"
加快随机数产生过程。
http://blog.51cto.com/leo01/1795447
原文地址:https://www.cnblogs.com/antball/p/9667234.html