| GNU Scientific Library Reference Manual - Third Edition (v1.12) by M. Galassi, J. Davies, J. Theiler, B. Gough, G. Jungman, P. Alken, M. Booth, F. Rossi Paperback (6"x9"), 592 pages, 60 figures ISBN 0954612078 RRP £24.95 ($39.95) |
18.4 Saving and resorting quasi-random number generator state
- Function: int gsl_qrng_memcpy (gsl_qrng * dest, const gsl_qrng * src)
- This function copies the quasi-random sequence generator src into the pre-existing generator dest, making dest into an exact copy of src. The two generators must be of the same type.
- Function: gsl_qrng * gsl_qrng_clone (const gsl_qrng * q)
- This function returns a pointer to a newly created generator which is an exact copy of the generator q.
| ISBN 0954612078 | GNU Scientific Library Reference Manual - Third Edition (v1.12) | See the print edition |