stack

Home > @infiniteobjects/core-library-web > Random > hex

Random.hex() method

Produce a random string comprised of numbers or the characters abcdef of length length.

Signature:

static hex(length: number): string;

Parameters

Parameter Type Description
length number  

Returns:

string