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-unsubscr...@commons.apache.org

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


Reply via email to