2.3.0 • Published 3 years ago

tokengenerator.js v2.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

TokenGenerator.js

All function

randomToken(MaxLength) -- Generate a random token
randomNumber(MaxLength) -- Generate a random Number
randomChoice([Choice1, Choice2, Choice4]) -- Select a random on the array

Function randomToken

console.log(randomToken(10))
jp9fAXXJYa

Function randomNumber

console.log(randomNumber(10))
3157547862

Function randomChoice

console.log(randomChoice(['Shinzou', 'Wo', 'Sasageyo']))
Sasageyo

Made By ItzTeduhYt Discord Name: ItzTeduhYt#0929

2.3.0

3 years ago

2.1.0

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago