Source code
Revision control
Copy as Markdown
Other Tools
var lfRandom = 0;
var i = 0;
while (i < 1000) {
lfRunTypeId = 4 + (lfRandom % 2);
i++;
}
var lfRandom = 0;
var i = 0;
while (i < 1000) {
lfRunTypeId = 4 + (lfRandom % 2);
i++;
}