From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6472 invoked by alias); 30 Jul 2004 00:08:46 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 6436 invoked from network); 30 Jul 2004 00:08:44 -0000 Received: from unknown (HELO mines.cnd.mcgill.ca) (132.216.11.158) by sourceware.org with SMTP; 30 Jul 2004 00:08:44 -0000 Received: from mines.cnd.mcgill.ca (localhost [127.0.0.1]) by mines.cnd.mcgill.ca (8.12.8p1/8.12.8) with ESMTP id i6U0K7vx007070 for ; Thu, 29 Jul 2004 20:20:07 -0400 (EDT) (envelope-from tkmadsen@cnd.mcgill.ca) Received: from localhost (tkmadsen@localhost) by mines.cnd.mcgill.ca (8.12.8p1/8.12.8/Submit) with ESMTP id i6U0K72U007067 for ; Thu, 29 Jul 2004 20:20:07 -0400 (EDT) X-Authentication-Warning: mines.cnd.mcgill.ca: tkmadsen owned process doing -bs Date: Fri, 30 Jul 2004 00:08:00 -0000 From: Trine Krogh-Madsen To: gcc-help@gcc.gnu.org Subject: cycle time of rand? Message-ID: <20040729201635.J7063@mines.cnd.mcgill.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-07/txt/msg00276.txt.bz2 Hey, Where do I find more information about the pseudo-random number generators used in gcc? Specifically, I would like to know the cycle-time of rand() in gcc-2.95.3 Thanks, Trine