00001 /********************************************************************** 00002 ** This program is part of 'MOOSE', the 00003 ** Messaging Object Oriented Simulation Environment, 00004 ** copyright (C) 2003-2004 Upinder S. Bhalla. and NCBS 00005 ** It is made available under the terms of the 00006 ** GNU Lesser General Public License version 2.1 00007 ** See the file COPYING.LIB for the full notice. 00008 ** Development of this software was supported by 00009 ** Biophase Simulations Inc, http://www.bpsims.com 00010 ** See the file BIOPHASE.INFO for details. 00011 **********************************************************************/ 00012 extern double mtrand(void); 00013 extern void mtseed(long seed); 00014 extern unsigned long genrand_int32(void); 00015