file:/local_home/local_home/hugo/neurospaces_project/heccer/source/c/snapshots/0/heccer/random.h        (Mon Jun 16 00:04:23 2008 )        HOME


   1: //
   2: // Heccer : a compartmental solver that implements efficient Crank-Nicolson
   3: // integration for neuronal models.
   4: //
   5: 
   6: //////////////////////////////////////////////////////////////////////////////
   7: //'
   8: //' Heccer : testbed C implementation
   9: //'
  10: //' Copyright (C) 2006-2008 Hugo Cornelis
  11: //'
  12: //' functional ideas .. Hugo Cornelis, hugo.cornelis@gmail.com
  13: //'
  14: //' coding ............ Hugo Cornelis, hugo.cornelis@gmail.com
  15: //'
  16: //////////////////////////////////////////////////////////////////////////////
  17: 
  18: 
  19: #include <time.h>
  20: 
  21: 
  22: #ifndef RANDOM
  23: #define RANDOM (RAND_MAX * ran1(0))
  24: #endif
  25: 
  26: 
  27: float ran1(time_t idum);
  28: 
  29: 
  30: 
  31: 








































Generated by Xrefactory version 2.0.14 on Thu Jul 24 22:41:20 2008