Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:54:37

0001 /* Random/defs.h  Generated by cmake.  */
0002 
0003 #ifndef RANDOM_DEFS_H
0004 #define RANDOM_DEFS_H
0005 
0006 /* Define to 1 if you have the `drand48' function. */
0007 #define HAVE_DRAND48 1
0008 
0009 /* Define to the address where bug reports for this package should be sent. */
0010 #ifndef CLHEP_RANDOM_BUGREPORT
0011 #define CLHEP_RANDOM_BUGREPORT "http://proj-clhep.web.cern.ch/proj-clhep/"
0012 #endif
0013 
0014 /* Define to the full name of this package. */
0015 #ifndef CLHEP_RANDOM_NAME
0016 #define CLHEP_RANDOM_NAME "CLHEP Random"
0017 #endif
0018 
0019 /* Define to the full name and version of this package. */
0020 #ifndef CLHEP_RANDOM_STRING
0021 #define CLHEP_RANDOM_STRING "CLHEP Random 2.4.6.4"
0022 #endif
0023 
0024 /* Define to the version of this package. */
0025 #ifndef CLHEP_RANDOM_VERSION
0026 #define CLHEP_RANDOM_VERSION "2.4.6.4"
0027 #endif
0028 
0029 #endif  // RANDOM_DEFS_H