From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id UAA30454; Thu, 9 May 2002 20:45:08 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f 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 UAA30423 for ; Thu, 9 May 2002 20:45:07 +0200 (MET DST) Received: from kraid.nerim.net (kraid.nerim.net [62.4.16.95]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g49Ij7r06217 for ; Thu, 9 May 2002 20:45:07 +0200 (MET DST) Received: from karryall.dnsalias.org (karryall.dnsalias.org [62.4.18.180]) by kraid.nerim.net (Postfix) with ESMTP id 4CF8D40E2F; Thu, 9 May 2002 20:41:20 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15578.50096.250018.613729@karryall.dnsalias.org> Date: Thu, 9 May 2002 20:45:04 +0200 To: Henri Dubois-Ferriere Cc: caml-list@inria.fr From: Olivier Andrieu Subject: Re: [Caml-list] generating random variables In-Reply-To: References: X-Mailer: VM 7.04 under Emacs 21.2.1 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Henri Dubois-Ferriere [Thursday 9 May 2002] : > I have looked around, but did not seem to find any available > libraries for generating random variables (except of course for the > uniform variables in Random). Can anyone point me to such a thing, > if it exists? You could use GSL, the GNU scientific library (http://sources.redhat.com/gsl/). It's written in C of course. I've made some bindings (not for everything, but the RNGs and random distributions are working). If you're interested, I can send you the whole stuff. Olivier ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners