Function: 5x5-crack-randomly

5x5-crack-randomly is an autoloaded, interactive and byte-compiled function defined in 5x5.el.gz.

Signature

(5x5-crack-randomly)

Documentation

Attempt to crack 5x5 using random solutions.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/play/5x5.el.gz
;; Cracker functions.

;;;###autoload
(defun 5x5-crack-randomly ()
  "Attempt to crack 5x5 using random solutions."
  (interactive)
  (5x5-crack #'5x5-make-random-solution))