Skip to content

Commit

Permalink
Update random.djs
Browse files Browse the repository at this point in the history
  • Loading branch information
cardinal9999 authored Sep 18, 2021
1 parent 83d97d1 commit da6c5ab
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion dogescript/random.djs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
very cryptoObj is window.crypto || window.msCrypto
very cryptoObj is windoge.crypto || windoge.msCrypto

such randbelow much max
very array is new Uint16Array with 7
Expand All @@ -13,3 +13,14 @@ very x is max - min
very dist is plz randbelow with x
wow max - dist

such choice much group
wow group[randbelow(group.length)]

such password much length
very str is ""
much very i is 0 next i smaller length next ++i
very chars is "qazwsxedcrfvtgbyhnujmikolpQAZWSXEDCRFVTGBYHNUJMIKOLP1234567890!@#$%^&*"
str += choice(chars)

wow
wow str

0 comments on commit da6c5ab

Please sign in to comment.