CLINIBORG
Home
Contents
Recent
Privacy Policy
Terms
About
Random generator
Dec 28, 2019
•
Mark Morgan
categories:
Magic Eight Ball
Instructions: Click 'Calculate Result' to make a new random string or number. Could be useful for generating passwords.
scoreA=String.fromCharCode(((Math.random()*94)+32).toFixed(0))
scoreB=String.fromCharCode(((Math.random()*94)+32).toFixed(0))
scoreC=String.fromCharCode(((Math.random()*94)+32).toFixed(0))
scoreD=String.fromCharCode(((Math.random()*94)+32).toFixed(0))
scoreE=String.fromCharCode(((Math.random()*94)+32).toFixed(0))
scoreF=String.fromCharCode(((Math.random()*94)+32).toFixed(0))
scoreG=String.fromCharCode(((Math.random()*94)+32).toFixed(0))
scoreH=String.fromCharCode(((Math.random()*94)+32).toFixed(0))
scoreI=String.fromCharCode(((Math.random()*94)+32).toFixed(0))
scoreJ=String.fromCharCode(((Math.random()*94)+32).toFixed(0))
scoreK=String.fromCharCode(((Math.random()*94)+32).toFixed(0))
scoreL=String.fromCharCode(((Math.random()*94)+32).toFixed(0))
scoreM=String.fromCharCode(((Math.random()*94)+32).toFixed(0))
scoreN=String.fromCharCode(((Math.random()*94)+32).toFixed(0))
scoreO=String.fromCharCode(((Math.random()*94)+32).toFixed(0))
scoreP=String.fromCharCode(((Math.random()*94)+32).toFixed(0))
<-- 16 character random string
scoreQ=(((Math.random()*10000000000000000)).toFixed(0))
<-- 16 digit random number
Calculate The Result!
Reset Form
Result - Copy and paste this output:
Copy to Clipboard
Please enable JavaScript to view the
comments powered by Disqus.