mirror of
https://github.com/YesDrX/randgen
synced 2026-01-10 03:31:13 +00:00
No description
| docs | ||
| src | ||
| tests | ||
| LICENSE | ||
| randgen.nimble | ||
| README.md | ||
What is randgen?
A random variable generating library for nim.
Installation
git clone https://github.com/YesDrX/randgen.git
cd randgen
nimble install
or
nimble install randgen
Documentaion
Example
import randgen
when isMainModule:
discard initRand(100)
echo randGaussian()
0.754597695851647
