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/07/12 19:53:43 UTC

[GitHub] [commons-rng] aherbert opened a new pull request #55: RNG-102: SharedStatedSampler interface

aherbert opened a new pull request #55: RNG-102: SharedStatedSampler interface
URL: https://github.com/apache/commons-rng/pull/55
 
 
   Implement a SharedStateSampler interface for all samplers.
   
   This allows a sampler to create a new sampler of the same distribution with a new source of randomness. This can be used to share state if the state is large and create multiple samplers for concurrent usage.

----------------------------------------------------------------
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