hej
is hosted by
Hepforge
,
IPPP Durham
HEJ 2
2.0
High energy resummation for hadron colliders
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
f
g
h
i
j
l
m
n
o
p
r
s
t
Variables
Typedefs
Enumerations
Enumerator
b
c
d
e
f
g
h
l
m
n
p
s
t
u
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Related Functions
Files
File List
File Members
All
c
h
j
m
o
Functions
c
j
m
o
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
include
HEJ
Ranlux64.hh
Go to the documentation of this file.
1
8
#pragma once
9
10
#include <string>
11
12
#include <CLHEP/Random/Ranlux64Engine.h>
13
14
#include "
HEJ/RNG.hh
"
15
16
namespace
HEJ
{
17
19
22
class
Ranlux64
:
public
DefaultRNG
{
23
public
:
24
Ranlux64
();
25
Ranlux64
(std::string
const
& seed_file);
26
28
double
flat
()
override
;
29
30
private
:
31
CLHEP::Ranlux64Engine ran_;
32
};
33
34
}
RNG.hh
Interface for pseudorandom number generators.
HEJ::Ranlux64
Ranlux64 random number generator.
Definition:
Ranlux64.hh:22
HEJ::Ranlux64::flat
double flat() override
Generate pseudorandom number between 0 and 1.
HEJ::Ranlux64::Ranlux64
Ranlux64()
HEJ::Ranlux64::Ranlux64
Ranlux64(std::string const &seed_file)
HEJ
Main HEJ 2 Namespace.
Definition:
mainpage.dox:1
HEJ::DefaultRNG
Helper struct with default implementations.
Definition:
RNG.hh:34
Generated by
1.9.1