b47f20353b7deea51d06e74af6297289265b2b39
[platform/framework/web/crosswalk-tizen.git] /
1 define(function(require){
2
3 //automatically generated, do not edit!
4 //run `node build` instead
5 return {
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')
16 };
17
18 });