cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
Gsl_cff.py
Go to the documentation of this file.
4
5class GslRngEngine:
6 """GSL random number generator engine"""
7 MT19937 = 0
8 Taus = 1
9 GFSR4 = 2
10 RanLXS0 = 3
GSL random number generator engine.
Definition Gsl_cff.py:6