random.js 485 B

1234567891011121314151617
  1. //automatically generated, do not edit!
  2. //run `node build` instead
  3. module.exports = {
  4. 'choice' : require('./random/choice'),
  5. 'guid' : require('./random/guid'),
  6. 'rand' : require('./random/rand'),
  7. 'randBit' : require('./random/randBit'),
  8. 'randBool' : require('./random/randBool'),
  9. 'randHex' : require('./random/randHex'),
  10. 'randInt' : require('./random/randInt'),
  11. 'randSign' : require('./random/randSign'),
  12. 'random' : require('./random/random')
  13. };