diff options
author | Glenn Morris <rgm@gnu.org> | 2007-04-05 06:29:42 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-04-05 06:29:42 +0000 |
commit | d2fe66859ec60af7bec6b6d7fbd8ff7106d54ed7 (patch) | |
tree | 499bb31a03a4fc4353e9de7d9a01a11b7d596f68 /lisp/play/gomoku.el | |
parent | 8b9145b6ef713fdc1ac60cd6504afd0b28a71f92 (diff) |
Seed RNG on loading.
Diffstat (limited to 'lisp/play/gomoku.el')
-rw-r--r-- | lisp/play/gomoku.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el index c05a46b90f..8c04f254a0 100644 --- a/lisp/play/gomoku.el +++ b/lisp/play/gomoku.el @@ -1209,6 +1209,8 @@ If the game is finished, this command requests for another game." (move-to-column (+ gomoku-x-offset (* gomoku-square-width (1- gomoku-board-width))))) +(random t) + (provide 'gomoku) ;;; arch-tag: b1b8205e-77fc-4597-b373-3ea2c04311eb |