I have rather unusual setup where entropy gathering service is implemented in JavaScript and would like to use it to seed Math.random().
On Thursday, July 9, 2015 at 9:35:14 AM UTC+3, Yang Guo wrote: > > What's your use case for this? > > On Tuesday, July 7, 2015 at 7:52:05 PM UTC+2, Serge wrote: >> >> It is possible to set custom entropy source using >> >> v8::V8::SetEntropySource() >> >> before initializing the engine. But I haven't found a way to change the >> entropy source on the fly while engine is running (or simply re-seed random >> number generator). >> >> Would it make sense to add this feature? >> > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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/d/optout.
