Loading [MathJax]/extensions/TeX/AMSsymbols.js
LAL 7.7.0.1-3a66518
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

Detailed Description

This structure contains the parameters necessary for generating the current sequence of random numbers (based on the initial seed).

Note
The contents should not be manually adjusted.

Definition at line 84 of file Random.h.

Data Fields

INT4 i
 
INT4 y
 
INT4 v [32]
 

Field Documentation

◆ i

INT4 RandomParams::i

Definition at line 87 of file Random.h.

◆ y

INT4 RandomParams::y

Definition at line 88 of file Random.h.

◆ v

INT4 RandomParams::v[32]

Definition at line 89 of file Random.h.