UNPKG

@stdlib/random-streams-minstd

Version:

Create a readable stream for a linear congruential pseudorandom number generator (LCG) based on Park and Miller.

3 lines 120 B
/// <reference path="../docs/types/index.d.ts" /> import randomStream from '../docs/types/index'; export = randomStream;