Description of the routines contained in: rand.c


Sometimes it is useful to use sophisticated routines to produce random numbers. The file rand.c contains a couple of quite good random number generators. If you want to use one of them, first call the routine rnd_init(seed) with some integer number seed to initialize the generators. You have the choice between the following generators:
View the C-sources.
Table of Contents * TISEAN home