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