v1
3/12/2021 by bryc -00
Setup HTML - click to add setup HTML
Setup JS - click to add setup JavaScript
delete caserun single casemove downdrag and drop case


ready



var LCG=s=>()=>(2**31-1&(s=Math.imul(48271,s)))/2**31;

var nxt = LCG(123434);

for(var i = 0; i < 500; i++) nxt();
delete caserun single casemove upmove downdrag and drop case


ready



var LCG=s=>()=>((s=Math.imul(48271,s)))%2**31/2**31;

var nxt = LCG(123434);

for(var i = 0; i < 500; i++) nxt();
delete caserun single casemove updrag and drop case


ready



var LCG=s=>()=>((s=(48271*s)%2**31))/2**31;

var nxt = LCG(123434);

for(var i = 0; i < 500; i++) nxt();
Test Case - click to add another test case
Teardown JS - click to add teardown JavaScript
Output (DOM) - click to monitor output (DOM) while test is running
RUN