ATLAS Offline Software
Loading...
Searching...
No Matches
Random.h File Reference

singleton random number generator wrapper, for the root TRandom3 Mersenne Twistor generator, 623-diminsionally equidistributed uniform generator. More...

#include <iostream>
#include "TRandom3.h"
Include dependency graph for TrigAnalysis/TrigInDetAnalysisUser/Resplot/src/Random.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Random

Functions

std::ostream & operator<< (std::ostream &s, const Random &_r)

Detailed Description

singleton random number generator wrapper, for the root TRandom3 Mersenne Twistor generator, 623-diminsionally equidistributed uniform generator.


from ACM Trans. Mod. Comp. Sim. Vol 8-1 (1998) 3. This wrapper is to avoid global variables cluttering up the place - root is bad enough as it is.

Author
mark sutton
Date
Fri 27 Jan 2012 11:39:47 GMT

Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration

Definition in file TrigAnalysis/TrigInDetAnalysisUser/Resplot/src/Random.h.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & s,
const Random & _r )
inline

Definition at line 49 of file TrigAnalysis/TrigInDetAnalysisUser/Resplot/src/Random.h.

49 {
50 return s;
51}