JSFiddle - React, Tailwind, and code Playground
by Alexander
JavaScript
console.clear();
var state0 = 1;
var state1 = 2;
function mwc1616() {
state0 = 18030 * (state0 & 0xffff) + (state0 >> 16);
state1 = 30903 * (state1 & 0xffff) + (state1 >> 16);
return state0 << 16 + (state1 & 0xffff);
}
for(let i=0;i<10;i++)
console.log();