Home > @infiniteobjects/core-library > Random > hex
Produce a random string comprised of numbers or the characters abcdef of length length.
abcdef
length
Signature:
static hex(length: number): string;
Returns:
string