var rand10 = function() {var row, col, idx;do {row = rand7();col = rand7();idx = col + (row - 1) * 7;} while (idx > 40);return 1 + (idx - 1) % 10;};
var rand10 = function() {var row, col, idx;do {row = rand7();col = rand7();idx = col + (row - 1) * 7;} while (idx > 40);return 1 + (idx - 1) % 10;};
让时间为你证明