Geant4
v4-10.4-release
메인 페이지
관련된 페이지
모듈
네임스페이스
클래스
파일들
파일 목록
파일 멤버
모두
클래스
네임스페이스들
파일들
함수
변수
타입정의
열거형 타입
열거형 멤버
Friends
매크로
그룹들
페이지들
source
externals
clhep
include
CLHEP
Random
Randomize.h
이 파일의 문서화 페이지로 가기
1
// $Id:$
2
// -*- C++ -*-
3
//
4
// -----------------------------------------------------------------------
5
// HEP Random
6
// -----------------------------------------------------------------------
7
// This file is part of Geant4 (simulation toolkit for HEP).
8
//
9
// This file must be included to make use of the HEP Random module
10
// On some compilers the static instance of the HepRandom generator
11
// needs to be created explicitly in the client code. The static
12
// generator is assured to be correctly initialized by including this
13
// header in the client code.
14
15
// =======================================================================
16
// Gabriele Cosmo - Created: 5th September 1995
17
// Gabriele Cosmo - Last change: 13th February 1996
18
// Ken Smith - Added Ranshi and DualRand engines: 4th June 1998
19
// - Added Ranlux64 and MTwist engines: 14th July 1998
20
// - Added Hurd160, Hurd288m and TripleRand 6th Aug 1998
21
// =======================================================================
22
23
#ifndef Rndmze_h
24
#define Rndmze_h 1
25
26
// Including Engines ...
27
28
#include "
CLHEP/Random/DualRand.h
"
29
#include "
CLHEP/Random/JamesRandom.h
"
30
#include "
CLHEP/Random/MixMaxRng.h
"
31
#include "
CLHEP/Random/MTwistEngine.h
"
32
#include "
CLHEP/Random/RanecuEngine.h
"
33
#include "
CLHEP/Random/RanluxEngine.h
"
34
#include "
CLHEP/Random/Ranlux64Engine.h
"
35
#include "
CLHEP/Random/RanshiEngine.h
"
36
37
// Including distributions ...
38
39
#include "
CLHEP/Random/RandBinomial.h
"
40
#include "
CLHEP/Random/RandBreitWigner.h
"
41
#include "
CLHEP/Random/RandChiSquare.h
"
42
#include "
CLHEP/Random/RandExponential.h
"
43
#include "
CLHEP/Random/RandExpZiggurat.h
"
44
#include "
CLHEP/Random/RandFlat.h
"
45
#include "
CLHEP/Random/RandBit.h
"
46
#include "
CLHEP/Random/RandGamma.h
"
47
#include "
CLHEP/Random/RandGauss.h
"
48
#include "
CLHEP/Random/RandGaussQ.h
"
49
#include "
CLHEP/Random/RandGaussZiggurat.h
"
50
#include "
CLHEP/Random/RandGeneral.h
"
51
#include "
CLHEP/Random/RandLandau.h
"
52
#include "
CLHEP/Random/RandPoissonQ.h
"
53
#include "
CLHEP/Random/RandStudentT.h
"
54
55
namespace
CLHEP {
56
57
#define HepUniformRand() HepRandom::getTheEngine()->flat()
58
59
// On some compilers the static instance of the HepRandom generator
60
// needs to be created explicitly in the client code (i.e. here).
61
62
#if __GNUC__
63
static
const
int
HepRandomGenActive
__attribute__((unused)) =
HepRandom::createInstance
();
64
#else
65
static
const
int
HepRandomGenActive
=
HepRandom::createInstance
();
66
#endif
67
68
}
// namespace CLHEP
69
70
#endif
RandExpZiggurat.h
RandStudentT.h
RandBit.h
MixMaxRng.h
Ranlux64Engine.h
RandLandau.h
RandChiSquare.h
JamesRandom.h
RanshiEngine.h
RandGamma.h
RanluxEngine.h
RandGauss.h
RandFlat.h
CLHEP::HepRandomGenActive
static const int HepRandomGenActive
Definition:
Randomize.h:65
CLHEP::HepRandom::createInstance
static int createInstance()
Definition:
Random.cc:308
MTwistEngine.h
RandGaussZiggurat.h
RandGeneral.h
RandPoissonQ.h
RandGaussQ.h
DualRand.h
RanecuEngine.h
RandExponential.h
RandBreitWigner.h
RandBinomial.h
다음에 의해 생성됨 :
1.8.5