Function: 5x5-make-random-solution

5x5-make-random-solution is a byte-compiled function defined in 5x5.el.gz.

Signature

(5x5-make-random-solution &rest IGNORE)

Documentation

Make a random solution.

Source Code

;; Defined in /usr/src/emacs/lisp/play/5x5.el.gz
(defun 5x5-make-random-solution (&rest _ignore)
  "Make a random solution."
  (5x5-make-random-grid))