From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Tetris not random enough? Date: Thu, 05 Apr 2007 02:28:50 -0400 Message-ID: References: <87zm5o1hcd.fsf@orme.bigwalter.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1175754680 23072 80.91.229.12 (5 Apr 2007 06:31:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Apr 2007 06:31:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 05 08:31:14 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HZLV4-0001hY-HQ for ged-emacs-devel@m.gmane.org; Thu, 05 Apr 2007 08:31:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HZLYP-0008H3-Bb for ged-emacs-devel@m.gmane.org; Thu, 05 Apr 2007 02:34:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HZLYM-0008GH-Eu for emacs-devel@gnu.org; Thu, 05 Apr 2007 02:34:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HZLYM-0008Fz-26 for emacs-devel@gnu.org; Thu, 05 Apr 2007 02:34:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HZLYL-0008Fs-Qd for emacs-devel@gnu.org; Thu, 05 Apr 2007 02:34:37 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HZLUz-0001OD-Vp for emacs-devel@gnu.org; Thu, 05 Apr 2007 02:31:10 -0400 Original-Received: from [127.0.0.1] (helo=localhost) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HZLSk-0007gJ-Vq; Thu, 05 Apr 2007 02:28:51 -0400 X-Spook: Nazi supercomputer DES CESID Bellcore JUWTF USCOI M-14 X-Ran: D$Ipi\(:oxte\1Hu8 (Daniel Jensen's message of "Wed, 04 Apr 2007 13:58:42 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:69078 Archived-At: Daniel Jensen wrote: > The Tetris game does not set a new seed for the random number > generator. Thanks, I fixed this (and a few others).