Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 798 Bytes

RELEASE-NOTES.md

File metadata and controls

34 lines (19 loc) · 798 Bytes

Release notes

0.2.0

0.1.5

  • Support beta random number generator

0.1.4

  • Improve speed performance of GammaRNG

0.1.3

  • Support exponential random number generator

0.1.2

  • Provide two implementations of Ziggurat algorithm for Gaussian RNG
    • GaussianRNG.FAST_RNG and GaussianRNG.GENERAL_RNG

0.1.1

  • Support gamma random number generator

0.1.0

  • Initial release
  • Support gaussian random number generator