Skip to Content
๐ŸŽฒ Welcome to RandBox - Powerful JavaScript Random Data Generation Library! Learn More

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: