test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Validation
Performance
bin
Random.h
Go to the documentation of this file.
1
typedef
struct
2
{
3
int
m
[17];
4
int
seed
;
5
int
i
;
/* originally = 4 */
6
int
j
;
/* originally = 16 */
7
int
/*boolean*/
haveRange
;
/* = false; */
8
double
left
;
/*= 0.0; */
9
double
right
;
/* = 1.0; */
10
double
width
;
/* = 1.0; */
11
}
12
Random_struct
, *
Random
;
13
14
Random
new_Random_seed
(
int
seed
);
15
double
Random_nextDouble
(Random
R
);
16
void
Random_delete
(Random
R
);
17
double
*
RandomVector
(
int
N
, Random
R
);
18
double
**
RandomMatrix
(
int
M,
int
N
, Random
R
);
Random_struct::haveRange
int haveRange
Definition:
Random.h:7
Random_struct::seed
int seed
Definition:
Random.h:4
Random
struct Random_struct * Random
Random_struct::width
double width
Definition:
Random.h:10
RandomMatrix
double ** RandomMatrix(int M, int N, Random R)
Random_struct::i
int i
Definition:
Random.h:5
RandomVector
double * RandomVector(int N, Random R)
Random_struct::j
int j
Definition:
Random.h:6
dttmaxenums::R
Definition:
DTTMax.h:28
Random_struct
Definition:
Random.h:1
Random_delete
void Random_delete(Random R)
m
int m
Definition:
DTDataIntegrityTask.cc:30
new_Random_seed
Random new_Random_seed(int seed)
N
#define N
Definition:
blowfish.cc:9
Random_struct::right
double right
Definition:
Random.h:9
Random_struct::left
double left
Definition:
Random.h:8
fileCollector.seed
tuple seed
Definition:
fileCollector.py:125
Random_nextDouble
double Random_nextDouble(Random R)
Generated for CMSSW Reference Manual by
1.8.5