PandaRoot
ranlxd.h
Go to the documentation of this file.
1
//****************************************************************************
2
//* This file is part of PandaRoot. *
3
//* *
4
//* PandaRoot is distributed under the terms of the *
5
//* GNU General Public License (GPL) version 3, *
6
//* copied verbatim in the file "LICENSE". *
7
//* *
8
//* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9
//* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10
//* The authors are listed in the file "AUTHORS". *
11
//****************************************************************************
12
13
14
/*******************************************************************************
15
*
16
* file ranlxd.h
17
*
18
* Copyright (C) 2005 Martin Luescher
19
*
20
* This software is distributed under the terms of the GNU General Public
21
* License (GPL)
22
*
23
*******************************************************************************/
24
25
#ifndef RANLXD_H
26
#define RANLXD_H
27
28
extern
void
ranlxd
(
double
r[],
int
n);
29
extern
void
rlxd_init
(
int
level,
int
seed);
30
extern
int
rlxd_size
(
void
);
31
extern
void
rlxd_get
(
int
state[]);
32
extern
void
rlxd_reset
(
int
state[]);
33
34
#endif
ranlxd
void ranlxd(double r[], int n)
rlxd_reset
void rlxd_reset(int state[])
rlxd_get
void rlxd_get(int state[])
rlxd_init
void rlxd_init(int level, int seed)
rlxd_size
int rlxd_size(void)
home
gitlab-runner
builds
Vxspf1vo
0
PandaRootGroup
PandaRoot
pgenerators
EMFFgenerators
ranlxd.h
Generated on Fri Nov 29 2024 06:04:45 for PandaRoot by
1.8.13