GGEMS  1.1
GPU GEant4-based Monte Carlo Simulations
GGEMSRandom_t Struct Reference

Structure storing informations about random. More...

#include "GGEMSRandom.hh"

Collaboration diagram for GGEMSRandom_t:
Collaboration graph

Public Attributes

GGuint prng_state_1_ [MAXIMUM_PARTICLES]
 
GGuint prng_state_2_ [MAXIMUM_PARTICLES]
 
GGuint prng_state_3_ [MAXIMUM_PARTICLES]
 
GGuint prng_state_4_ [MAXIMUM_PARTICLES]
 
GGuint prng_state_5_ [MAXIMUM_PARTICLES]
 

Detailed Description

Structure storing informations about random.

Definition at line 41 of file GGEMSRandom.hh.

Member Data Documentation

◆ prng_state_1_

GGuint GGEMSRandom_t::prng_state_1_[MAXIMUM_PARTICLES]

State 1 of the prng

Definition at line 43 of file GGEMSRandom.hh.

◆ prng_state_2_

GGuint GGEMSRandom_t::prng_state_2_[MAXIMUM_PARTICLES]

State 2 of the prng

Definition at line 44 of file GGEMSRandom.hh.

◆ prng_state_3_

GGuint GGEMSRandom_t::prng_state_3_[MAXIMUM_PARTICLES]

State 3 of the prng

Definition at line 45 of file GGEMSRandom.hh.

◆ prng_state_4_

GGuint GGEMSRandom_t::prng_state_4_[MAXIMUM_PARTICLES]

State 4 of the prng

Definition at line 46 of file GGEMSRandom.hh.

◆ prng_state_5_

GGuint GGEMSRandom_t::prng_state_5_[MAXIMUM_PARTICLES]

State 5 of the prng

Definition at line 47 of file GGEMSRandom.hh.


The documentation for this struct was generated from the following file: