0.0.4 • Published 12 years ago

random-stream v0.0.4

Weekly downloads
13
License
-
Repository
github
Last release
12 years ago

random-stream

Generate a random stream of acscii characters. Characters are written during a random interval supplied by the user. Useful for testing and spamming.

Example

var RandomStream = require('../.')

var r = RandomStream({
  min: 250
, max: 1000
})

r.pipe(process.stdout)

where options.min and options.max are the user supplied random time interval for the write.

Install

npm install random-stream

License

MIT

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago