mirror of https://github.com/lukechilds/node.git
Browse Source
The default entropy source is /dev/urandom on UNIX platforms, which is okay but we can do better by seeding it from OpenSSL's entropy pool. On Windows we can certainly do better; on that platform, V8 seeds the random number generator using only the current system time. Fixes #6250.v0.11.8-release
Ben Noordhuis
11 years ago
3 changed files with 15 additions and 0 deletions
Loading…
Reference in new issue