Le 29/09/2016 à 12:12, [email protected] a écrit : > + <p> > + Commons RNG is intended to be a repository of pure Java > implementations of > + random number generators that produce deterministic sequences. > + The current design has made no provision for features generally > needed for > + cryptography applications (e.g. strong unpredictability). > + </p>
I disagree to limiting the scope of Commons RNG to pure Java implementations. If some day we want to interface with a high performance native RNG library it should be possible. I also disagree to the limitation to deterministic generators. True random generators should be allowed. Emmanuel Bourg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
