public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* Nine new RNGs ported to GSL
@ 2001-12-19 13:20 Carlo Perassi
  2001-12-19 13:20 ` Sergei Morozov
  0 siblings, 1 reply; 4+ messages in thread
From: Carlo Perassi @ 2001-12-19 13:20 UTC (permalink / raw)
  To: gsl-discuss

Hi, everybody.
In the last two months, with the help of Brian Gough, I ported to the GSL nine
new random number generators. I will try to port three other RNGs but I don't
have a deadline for this second task.

The nine new RNGs pass `make check` on a 32 bit system.
Brian told me sometimes a RNG who pass `make check` on a 32 bit system fails on
a 64 bit system so I am looking for some volunteers with 64 bit systems who
want to try them on their machines.

The patch is available here:
http://www.linux.it/~carlo/somehacks/gslrngptc/

How to patch and test:
- download the latest version of GSL (1.0 at the moment)
- download the latest version of gslrngptc (1.0 at the moment)
- tar zxvf gsl-1.0.tar.gz
- cd gsl-1.0/rng
- mv ../../gslrngptc1_0 .
- patch -p1 < gslrngptc1_0
- cd ..
- ./configure
- make
- make check | tee ckres

You will get a ckres file with the results of the tests over the various
libraries: if you don't get any errors it works well.

Thank you very much for your time.

-- 
Carlo Perassi
carlo at linux dot it
http://www.linux.it/~carlo/
--

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-12-19 13:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-19 13:20 Nine new RNGs ported to GSL Carlo Perassi
2001-12-19 13:20 ` Sergei Morozov
2001-12-19 13:20   ` Carlo Perassi
2001-12-19 13:20     ` Brian Gough

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).