CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
Random/defs.h
Go to the documentation of this file.
1/* Random/defs.h Generated by cmake. */
2
3#ifndef RANDOM_DEFS_H
4#define RANDOM_DEFS_H
5
6/* Define to 1 if you have the `drand48' function. */
7#define HAVE_DRAND48 1
8
9/* Define to the address where bug reports for this package should be sent. */
10#ifndef CLHEP_RANDOM_BUGREPORT
11#define CLHEP_RANDOM_BUGREPORT "http://proj-clhep.web.cern.ch/proj-clhep/"
12#endif
13
14/* Define to the full name of this package. */
15#ifndef CLHEP_RANDOM_NAME
16#define CLHEP_RANDOM_NAME "CLHEP Random"
17#endif
18
19/* Define to the full name and version of this package. */
20#ifndef CLHEP_RANDOM_STRING
21#define CLHEP_RANDOM_STRING "CLHEP Random 2.4.7.1"
22#endif
23
24/* Define to the version of this package. */
25#ifndef CLHEP_RANDOM_VERSION
26#define CLHEP_RANDOM_VERSION "2.4.7.1"
27#endif
28
29#endif // RANDOM_DEFS_H