UNPKG

sudoku-gen

Version:
6 lines (5 loc) 196 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sortRandom = void 0; const sortRandom = () => (Math.random() < 0.5 ? 1 : -1); exports.sortRandom = sortRandom;