From da6c5ab3a07848c3ae037f586ec4539aa33a5184 Mon Sep 17 00:00:00 2001 From: cardinal9999 <86199598+cardinal9999@users.noreply.github.com> Date: Sat, 18 Sep 2021 13:06:21 -0400 Subject: [PATCH] Update random.djs --- dogescript/random.djs | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/dogescript/random.djs b/dogescript/random.djs index 32bbe81..bf35f6d 100644 --- a/dogescript/random.djs +++ b/dogescript/random.djs @@ -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 @@ -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