From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id LAA11417 for caml-redistribution; Wed, 26 May 1999 11:12:56 +0200 (MET DST) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id DAA08901 for ; Wed, 26 May 1999 03:56:29 +0200 (MET DST) Received: from nestor (tntstet7-169.abo.wanadoo.fr [164.138.90.169]) by nez-perce.inria.fr (8.8.7/8.8.7) with ESMTP id DAA22182 for ; Wed, 26 May 1999 03:56:26 +0200 (MET DST) Received: from nestor [127.0.0.1] by nestor with esmtp (Exim 2.05 #1 (Debian)) id 10yIB4-00020q-00; Sun, 27 Jun 1999 18:53:10 +0200 X-Mailer: exmh version 2.0.2 2/24/98 (debian) To: caml-list@inria.fr Subject: Random.int on non unix platform Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 27 Jun 1999 18:53:10 +0300 From: Martin Quinson Message-Id: Sender: weis How can I write this without the unix library ? Random.init (int_of_float (Unix.time ()));; Thanks, Mt.