strGenerateRandom

This function generates a random string of hexadecimal characters. It outputs as many characters as specified by the length parameter. If length is not specified, it defaults to 16 characters.

Type and Usage

Parameters

Takes the length of the string as a parameter.