Loading [MathJax]/extensions/tex2jax.js
hej is hosted by Hepforge, IPPP Durham
HEJ  2.3.0
High energy resummation for hadron colliders
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
Interface for pseudorandom number generators.
std::string name(EventType type)
Event type names.
Definition: event_types.hh:57
Main HEJ 2 Namespace.
Definition: mainpage.dox:1
std::unique_ptr< RNG > make_RNG(std::string const &name, std::optional< std::string > const &seed)
Factory function for random number generators.