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();

/srand/

    Package Sidebar

    Install

    npm i srand

    Weekly Downloads

    17

    Version

    1.1.5

    License

    ISC

    Last publish

    Collaborators

    • dtaniwaki
    • isaacs