This commit is contained in:
ericzhang
2013-05-16 17:25:56 +08:00
parent 3cb58d6bad
commit 6e1c2573bf
+5 -5
View File
@@ -1,7 +1,7 @@
Random number generator of statistical distributions.
# How to Use
## Browsers
## How to Use
### Browsers
<script type="text/javascript" src="/path/to/random.js"></script>
@@ -11,13 +11,13 @@ Random number generator of statistical distributions.
var newPoint = random.normal(0, 1);
</script>
## Node
### Node
var random = require('/path/to/random');
var newPoint = random.normal(0, 1);
# Probability Distribution Functions
## Continuous Distributions
## Probability Distribution Functions
### Continuous Distributions
arcsine(min, max);