Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 246 Bytes

Readme.md

File metadata and controls

19 lines (10 loc) · 246 Bytes

box-muller

Box-Muller normal distribution generator

Installation

$ component install karlbohlmark/box-muller

API

boxmuller = require('box-muller')

// zero mean, unit variance
var sample = boxmuller()

License

MIT