Bekreth / jetedge

A Java library to take POJO classes and create a stream of randomized instances.
Apache License 2.0
6 stars 8 forks source link

Create Gaussian Distribution #139

Open Bekreth opened 6 years ago

Bekreth commented 6 years ago

Why its important to make this change

Once the abstraction of replacing the RNG with a Distribution object has been completed, there should be an implementation of Gaussian give that its a standard function.

How much time I would invest in making this patch (if I had the free time to do it)

3 hours

jncornett commented 6 years ago

Partially addressed by #150