mirror of
https://github.com/wassname/random.js.git
synced 2026-09-09 11:32:35 +08:00
readme
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user