davidbau / seedrandom

seeded random number generator for Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

pillowfication opened this issue · comments

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'

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