@aracna/core - v1.5.0
Preparing search index...
generateRandomString
Function generateRandomString
generateRandomString
(
options
?:
GenerateRandomStringOptions
)
:
string
Returns a random string.
The alphabet is the set of characters that are used to generate the random string.
The blacklist is a set of strings that are not allowed to be generated.
The random function is a function that returns a random array of bytes.
The prefix is the string that is prepended to the random string.
The separator is the string that separates the prefix, the random string and the suffix.
The size is the length of the random string.
The suffix is the string that is appended to the random string.
Aracna Reference
Parameters
Optional
options
:
GenerateRandomStringOptions
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@aracna/core - v1.5.0
Loading...
Returns a random string.
Aracna Reference