thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
Interfaces defined for the ThePEG::RandomGenerator class.
Brief class description:
See ThePEG::RandomGenerator

Name: Seed
Type: Unlimited Integer parameter

Description:
The seed with which this random generator is initialized. If set to -1, the default build-in seed will be used. If set to zero, no seed will be set.
Default value: -1

Name: CacheSize
Type: Integer parameter

Description:
The Random numbers are generated in chunks of this size.
Default value: 1000
Minimum value: 10
Maximum value: 100000