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