Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 225 Bytes

File metadata and controls

16 lines (10 loc) · 225 Bytes

Random Faker

Fakes crypto.randomBytes in NodeJS.

Usage

var faker = require('node_random_faker');


faker.fake(42);
console.log(crypto.randomBytes(4));
faker.restore();

Result will be <Buffer 2a 2a 2a 2a>