<script> var randnum = _ => 2 * (Math.random()*25|0 + 1); for (var i = 0; i < 34; i++) { document.write(`${randnum()},`) } </script>