No description
Find a file
2020-08-09 14:19:07 -04:00
docs docs 2020-08-07 11:44:59 -04:00
src remove binaries 2020-08-09 14:19:07 -04:00
tests remove binaries 2020-08-09 14:19:07 -04:00
LICENSE Create LICENSE 2020-08-07 09:46:59 -04:00
randgen.nimble Update randgen.nimble 2020-08-07 10:19:16 -04:00
README.md Update README.md 2020-08-07 09:46:22 -04:00

nimble MIT

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