See

<project-file type=“source”/> <content> /* genrand2.h - description ——————- begin : Wed Dec 13 2000 copyright : (C) 2000 by Junling Ma email : junlingm@princeton.edu */

/* * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * */ void sgenrand2(unsigned long seed); seed unsigned long genrand2i(); integer from 0 to 0xffffffff float genrand2d(); float in [0,1) </content>