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