UNPKG

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