From 443f776bb5317ca60f6671b97fea1e20aefec699 Mon Sep 17 00:00:00 2001 From: ericzhang Date: Thu, 16 May 2013 17:15:03 +0800 Subject: [PATCH] readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index e69de29..4cf18d3 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,20 @@ +Random number generator of statistical distributions. + +# How to Use +## Browsers + + + + + + + +## Node + + var random = require('/path/to/random'); + var newPoint = random.normal(0, 1); + +# Probability Distribution Functions +## Continuous Distributions