Loading [MathJax]/extensions/tex2jax.js
hej
is hosted by
Hepforge
,
IPPP Durham
HEJ
2.3.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
q
r
s
t
u
v
w
z
Functions
a
c
d
f
g
h
i
j
l
m
n
o
p
r
s
t
Variables
Typedefs
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
s
t
u
w
z
Classes
Class List
Class Index
Class Hierarchy
Class 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
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Typedefs
Related Functions
Files
File List
File Members
All
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 <optional>
12
#include <string>
13
14
#include "
HEJ/RNG.hh
"
15
16
namespace
HEJ
{
18
28
std::unique_ptr<RNG>
make_RNG
(
29
std::string
const
&
name
,
30
std::optional<std::string>
const
& seed
31
);
32
}
// namespace HEJ
RNG.hh
Interface for pseudorandom number generators.
HEJ::event_type::name
std::string name(EventType type)
Event type names.
Definition:
event_types.hh:57
HEJ
Main HEJ 2 Namespace.
Definition:
mainpage.dox:1
HEJ::make_RNG
std::unique_ptr< RNG > make_RNG(std::string const &name, std::optional< std::string > const &seed)
Factory function for random number generators.
Generated by
1.9.1