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 2021/07/14 20:55:45 UTC

[GitHub] [commons-rng] aherbert opened a new pull request #94: RNG-137: Add StableSampler

aherbert opened a new pull request #94:
URL: https://github.com/apache/commons-rng/pull/94


   Re-implemented the StableRandomGenerator from Commons Math random
   package.
   
   Uses a translation of the Fortran RSTAB program from Chambers et al
   (1976).
   
   Add a JMH benchmark to demonstrate speed of the RSTAB routine verses a
   alternative implementation that is discontinuous as alpha approaches 1.
   
   The sampler checks the distribution support and corrects invalid
   samples.
   
   Uses a fast tan(x) / x function approximation.


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

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [commons-rng] coveralls commented on pull request #94: RNG-137: Add StableSampler

Posted by GitBox <gi...@apache.org>.
coveralls commented on pull request #94:
URL: https://github.com/apache/commons-rng/pull/94#issuecomment-880278627


   
   [![Coverage Status](https://coveralls.io/builds/41381738/badge)](https://coveralls.io/builds/41381738)
   
   Coverage increased (+0.03%) to 99.603% when pulling **28dea5b26b1d3d5b9f40c164d72ed1ea5ba373fe on aherbert:feature-RNG-137** into **897bbc93399105d1856d71400255fb40f910e864 on apache:master**.
   


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

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [commons-rng] coveralls edited a comment on pull request #94: RNG-137: Add StableSampler

Posted by GitBox <gi...@apache.org>.
coveralls edited a comment on pull request #94:
URL: https://github.com/apache/commons-rng/pull/94#issuecomment-880278627


   
   [![Coverage Status](https://coveralls.io/builds/41582421/badge)](https://coveralls.io/builds/41582421)
   
   Coverage increased (+0.02%) to 99.617% when pulling **14965818044cc93185de30833adf3fddc65c8a16 on aherbert:feature-RNG-137** into **79187bb979b26201b5a18f4088d6d30dfe425433 on apache:master**.
   


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

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [commons-rng] asfgit merged pull request #94: RNG-137: Add StableSampler

Posted by GitBox <gi...@apache.org>.
asfgit merged pull request #94:
URL: https://github.com/apache/commons-rng/pull/94


   


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

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [commons-rng] coveralls edited a comment on pull request #94: RNG-137: Add StableSampler

Posted by GitBox <gi...@apache.org>.
coveralls edited a comment on pull request #94:
URL: https://github.com/apache/commons-rng/pull/94#issuecomment-880278627


   
   [![Coverage Status](https://coveralls.io/builds/41430623/badge)](https://coveralls.io/builds/41430623)
   
   Coverage increased (+0.03%) to 99.597% when pulling **8bfd789df20698fde45e50d555693237e5e98989 on aherbert:feature-RNG-137** into **897bbc93399105d1856d71400255fb40f910e864 on apache:master**.
   


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

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org