@tempots/std
randomStringSequenceBase64() function
Like randomSequence
, but automatically uses the base64 sequence as the seed string.
Signature:
randomStringSequenceBase64: (length: number) => string
Parameters
Parameter |
Type |
Description |
---|---|---|
length |
number |
The length of the random string to generate. |
Returns: string
The random string.