Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 351 Bytes

File metadata and controls

11 lines (8 loc) · 351 Bytes

Example I.4: Gaussian distribution

$ stack runghc src/Introduction/GaussianDistribution/Sketch.hs

Gaussian distribution

This is the first time we have to use a normal distribution. We've used the random-fu package for this, as it seems the most complete and up-to-date one.