Exposes functions in RandomUtils.
This commit is contained in:
@@ -64,7 +64,9 @@ var RandomUtil = {
|
||||
ret += this.randomHexDigit();
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
},
|
||||
randomElement: randomElement,
|
||||
randomAlphanumStr: randomAlphanumStr
|
||||
};
|
||||
|
||||
module.exports = RandomUtil;
|
||||
|
||||
Reference in New Issue
Block a user