srand

1.1.5 • Public • Published

srand for node

var srand = require('srand');

// Seed the random srand.seed(Date.now());

// Mimic JS Math.random srand.random();

// C rand() srand.rand();

Readme

Keywords

none

Package Sidebar

Install

npm i srand

Weekly Downloads

2

Version

1.1.5

License

ISC

Last publish

Collaborators

  • dtaniwaki
  • isaacs