seeded-prng.js 148 B

12345
  1. 'use strict';
  2. require('../../modules/esnext.math.seeded-prng');
  3. var path = require('../../internals/path');
  4. module.exports = path.Math.seededPRNG;