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
make_RNG.hh
Go to the documentation of this file.
1
8
#pragma once
9
10
#include <memory>
11
#include <string>
12
13
#include "
HEJ/optional.hh
"
14
#include "
HEJ/RNG.hh
"
15
16
namespace
HEJ
{
18
28
std::unique_ptr<HEJ::RNG>
make_RNG
(
29
std::string
const
& name,
30
optional<std::string>
const
& seed
31
);
32
}
RNG.hh
Interface for pseudorandom number generators.
HEJ
Main HEJ 2 Namespace.
Definition:
mainpage.dox:1
HEJ::optional
boost::optional< T > optional
Definition:
optional.hh:23
HEJ::make_RNG
std::unique_ptr< HEJ::RNG > make_RNG(std::string const &name, optional< std::string > const &seed)
Factory function for random number generators.
optional.hh
Defines the optional type.
Generated by
1.9.1