You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/03/03 21:16:00 UTC

[GitHub] [commons-rng] aherbert opened a new pull request #27: RNG-78: Added a ThreadLocalRandomSource.

aherbert opened a new pull request #27: RNG-78: Added a ThreadLocalRandomSource.
URL: https://github.com/apache/commons-rng/pull/27
 
 
   Please review.
   
   This add functionality to store a `ThreadLocal<UniformRandomProvider>` for each enum in `RandomSource`. This is seeded using the default seeding provided by `RandomSource.create(RandomSource)`.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services