We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello.
I'm new to programming.
I really like this random app.
random
I need to generate a HEX (Hexadecimal) string of specific length.
But I see I didn't find this function random.hex(length, options) in random.
function
random.hex(length, options)
It would be great to be able to generate HEX values of custom length and letter type.
For example:
let get40 = random.hex(40, both); // options: capital, lowercase, both.
let get40 = random.hex(40, both);
console.log(get40); // 0397032E0f12958AC8EC58728018e299e883254b
console.log(get40);
Thank you for your attention.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello.
I'm new to programming.
I really like this
random
app.I need to generate a HEX (Hexadecimal) string of specific length.
But I see I didn't find this
function
random.hex(length, options)
inrandom
.It would be great to be able to generate HEX values of custom length and letter type.
For example:
let get40 = random.hex(40, both);
// options: capital, lowercase, both.console.log(get40);
// 0397032E0f12958AC8EC58728018e299e883254bThank you for your attention.
The text was updated successfully, but these errors were encountered: