From 145f72508bcf1b7d825b60635d68b09c396cf608 Mon Sep 17 00:00:00 2001 From: wassname Date: Mon, 28 Mar 2016 15:11:21 +0800 Subject: [PATCH] Link to gh-pages --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51a68ba..90ac75b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Random number generator of many statistical distributions. -Demo: [http://blog.codinglabs.org/demo/distributions.html](http://blog.codinglabs.org/demo/distributions.html) +Demo: https://wassname.github.io/random.js](https://wassname.github.io/random.js) Algorithm reference: [http://ftp.arl.mil/random/random.pdf](http://ftp.arl.mil/random/random.pdf) @@ -32,9 +32,9 @@ var newPoint = random.normal(0, 1); ## Probability Distribution Functions ### Continuous Distributions -arcsine(min, max); +arcsine(min, max); -beta(v, w, min, max); +beta(v, w, min, max); cauchy(a, b);