diff lisp/play/animate.el @ 76953:417f62c55294

Seed RNG on loading.
author Glenn Morris <rgm@gnu.org>
date Thu, 05 Apr 2007 06:29:42 +0000
parents c08b3dd3e465
children 527f752989fc 4ef881a120fe
line wrap: on
line diff
--- a/lisp/play/animate.el	Thu Apr 05 06:29:19 2007 +0000
+++ b/lisp/play/animate.el	Thu Apr 05 06:29:42 2007 +0000
@@ -189,6 +189,8 @@
   (animate-string "my sunshine" 18 34)
   (animate-string "to stay!" 19 34))
 
+(random t)
+
 (provide 'animate)
 
 ;;; arch-tag: 275289a3-6ac4-41da-b527-a1147045392f