#include <stdlib.h>
#include <iostream>
#include <fstream>
#include <sstream>
#include <cmath>
#include <algorithm>
#include <time.h>
#include "ranlxs.h"
#include "ranlxd.h"
#include "mzparameters.h"
#include "mzfunctions.h"
#include "mzfunctions_pp_to_pipi_vandewi.h"
#include "FairGenerator.h"
Go to the source code of this file.
◆ ranlxd()
void ranlxd |
( |
double |
r[], |
|
|
int |
n |
|
) |
| |
◆ ranlxs()
void ranlxs |
( |
float |
r[], |
|
|
int |
n |
|
) |
| |
◆ rlxd_init()
void rlxd_init |
( |
int |
level, |
|
|
int |
seed |
|
) |
| |
◆ rlxs_init()
void rlxs_init |
( |
int |
level, |
|
|
int |
seed |
|
) |
| |