requirejs
Load RandBox with RequireJS
require(['RandBox'], function(RandBox) {
// Instantiate
var randBox = new RandBox();
// Then use it:
var my_random_integer = randBox.integer();
});
Last updated on:
Load RandBox with RequireJS
require(['RandBox'], function(RandBox) {
// Instantiate
var randBox = new RandBox();
// Then use it:
var my_random_integer = randBox.integer();
});