提交 e02cc10e 编写于 作者: R Richard Levitte

Because /dev/urandom has a better chance of giving us a good and

quick answer, take that one first.
上级 b5524a3a
......@@ -79,7 +79,7 @@ extern "C" {
#ifndef DEVRANDOM
/* set this to a comma-separated list of 'random' device files to try out.
* My default, we will try to read at least one of these files */
#define DEVRANDOM "/dev/random","/dev/srandom","/dev/urandom"
#define DEVRANDOM "/dev/urandom","/dev/random","/dev/srandom"
#endif
#if defined(__MWERKS__) && defined(macintosh)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册