
JOIN LEE | WRANGLER REWARDS
window.stellarAsyncInit = function() {
Stellar.init({
'environment': 'production',
'client': {
'id': [ '1b4f937940e8a6b4db371ed0a087bd4bc56c775da4a1746c76d180d26ae2cb8c',
'ac841a5f83d475c1d49cab26236df6e873d51bedd04dfb7b8eb851744e6678fe' ],
'url': 'https://cust1245.cheetahedp.com',
'css': 'https://sdk.runstellar.com/27.2.0/default.css'
}
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = 'https://sdk.runstellar.com/27.2.0/sdk.js';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'stellar-sdk'));
function randPassword(lettersupper, letterslower, numbers, special) {
var chars = [
"ABCDEFGHIJKLMNOPQRSTUVWXYZ", // lettersupper
"abcdefghijklmnopqrstuvwxyz", // letterslower
"0123456789", // numbers
"~!@-#$" // special
];
function randInt(this_max) { // return int between 0 and this_max - 1
let umax = Math.pow(2, 32);
let max = umax - (umax % this_max);
let r = new Uint32Array(1);
do {
crypto.getRandomValues(r);
} while(r[0] > max);
return r[0] % this_max;
}
function randCharFrom(chars) {
return chars[randInt(chars.length)];
}
function shuffle(arr) { // https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle#The_modern_algorithm
for (let i = 0, n = arr.length; i randCharFrom(x)).join('');
}).concat().join('').split('')).join('')
}
const writePassword = randPassword(5,5,3,2);
document.getElementById("passwordoutput").setAttribute('value', writePassword);
document.getElementById("passwordoutputconfirm").setAttribute('value', writePassword);
By clicking "Join Now", you agree to the Rewards Terms and Conditions and Privacy Policy. Do Not Sell or Share My Personal Information and financial incentives.
THANK YOU