0.0.8 • Published 11 years ago

chancejs v0.0.8

Weekly downloads
31
License
-
Repository
-
Last release
11 years ago

Build Status

Various pseudo-random implementations packaged with helpful random utilities.

Installation And Usage

Node

Install chancejs with:

npm install chancejs

And then use it like that:

var chancejs = require('chancejs');

var seed = new chancejs.LaggedFibonnacci(123);
var random = new chancejs.Random(seed);

random.get();

Browser

Link the javascript:

<script src='chancejs.js' type='text/javascript'></script>

And then use it like that:

var seed = new chancejs.LaggedFibonnacci(123);
var random = new chancejs.Random(seed);

random.get()
0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.4

11 years ago

0.0.5

11 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago