randomLib

1.0.4 • Public • Published

Introduction

''' npm install randomLib '''

Use randomLib

''' javascript '''

var R = require("randomLib");

var A = R.randomInt(3,20);

var B = R.random(3,20);

var objects = ["A", "B", "C", "D"];

var C = R.sample(objects);

Readme

Keywords

none

Package Sidebar

Install

npm i randomLib

Weekly Downloads

1

Version

1.0.4

License

ISC

Last publish

Collaborators

  • a-kuan