Re: Mir Random v0.3.6 and v0.4.0

2018-02-14 Thread 9il via Digitalmars-d-announce

On Wednesday, 14 February 2018 at 15:14:22 UTC, 9il wrote:

Docs: http://docs.algorithm.dlang.io/latest/index.html


http://docs.random.dlang.io/latest/index.html


Mir Random v0.3.6 and v0.4.0

2018-02-14 Thread 9il via Digitalmars-d-announce

mir-random

Advanced Random Number Generators.
Mir Random can be used as betterC library or with 
default/different thread local random engines.


Mir Random v0.4.0
 1. default params from random variable constructors was removed
 2. convention functions for random variable construction were 
added

 3. `randomSlice` was added to `mir.random.algorithm`
 4. `field` API rework for complex numbers
 5. default engine `rne` was added to some algorithms

Mir Random v0.3.6
 Fixed Bugs:
  Wrong double generation with 32bit DMD.

Acknowledgements
  Nathan Sashihara
  Sebastian Wilzbach

Docs: http://docs.algorithm.dlang.io/latest/index.html
Try online: https://tour.dlang.org/tour/en/dub/mir-random
(the example can be simplified since v0.4.0)

Best Regards,
Ilya Yaroshenko