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