Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
random.cxx
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file random.cxx
1
// TRENTO: Reduced Thickness Event-by-event Nuclear Topology
2
// Copyright 2015 Jonah E. Bernhard, J. Scott Moreland
3
// TRENTO3D: Three-dimensional extension of TRENTO by Weiyao Ke
4
// MIT License
5
6
#include "
random.h
"
7
8
namespace
trento {
namespace
random {
9
10
// Seed random number generator from hardware device.
11
Engine
engine
{std::random_device{}()};
12
13
}}
// namespace trento::random
JETSCAPE
blob
main
external_packages
trento
src
random.cxx
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:24
using
1.8.2 with
sPHENIX GitHub integration