Comment #6 on issue 2905 by [email protected]: windows: random number generator has weak entropy
http://code.google.com/p/v8/issues/detail?id=2905

Looking at https://github.com/joyent/node/blob/7ac23910c526acc2db448c1093e2bebc7581a2aa/src/node.cc#L3230, you are doing it but you are doing it wrong - you should call this _before_ V8::Intitialize.

Noted, thanks. You should clarify that in v8.h, it's impossible to divine without looking at the source.

Using PID for PRNG is pretty weak - we shouldn't do it.

Okay, then come up with a better scheme. If I like it, I'll even implement it for you.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to