random.js 503 B

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