davidbau / seedrandom

seeded random number generator for Javascript
2.04k stars 160 forks source link

Is it possible to include this module without extending the Math object? #61

Closed pillowfication closed 5 years ago

pillowfication commented 5 years ago

I don't want this package to extend or modify any native objects when I use it.

const seedrandom = require('seedrandom')
typeof Math.seedrandom // should be 'undefined'
davidbau commented 5 years ago

Good point. Duplicate of #20. Continue the discussion there.