Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
a
b
c
f
m
o
q
s
v
Enumerations
Enumerator
a
b
c
d
g
h
n
o
r
s
v
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
g
h
i
m
n
o
p
r
s
t
v
Enumerations
Enumerator
a
d
e
f
h
i
n
o
p
q
v
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
Typedefs
b
c
d
f
i
m
p
q
r
s
t
v
Enumerations
Enumerator
b
e
m
n
o
q
r
s
t
w
x
z
Macros
_
b
c
d
e
f
g
h
m
n
o
p
q
r
s
t
w
z
third-parties
qhull
src
libqhull_r
random_r.h
Go to the documentation of this file.
1
/*<html><pre> -<a href="qh-geom_r.htm"
2
>-------------------------------</a><a name="TOP">-</a>
3
4
random.h
5
header file for random and utility routines
6
7
see qh-geom_r.htm and random_r.c
8
9
Copyright (c) 1993-2015 The Geometry Center.
10
$Id: //main/2015/qhull/src/libqhull_r/random_r.h#3 $$Change: 2062 $
11
$DateTime: 2016/01/17 13:13:18 $$Author: bbarber $
12
*/
13
14
#ifndef qhDEFrandom
15
#define qhDEFrandom 1
16
17
#include "
libqhull_r.h
"
18
19
/*============= prototypes in alphabetical order ======= */
20
21
22
int
qh_argv_to_command
(
int
argc,
char
*argv[],
char
* command,
int
max_size);
23
int
qh_argv_to_command_size
(
int
argc,
char
*argv[]);
24
int
qh_rand
(
qhT
*
qh
);
25
void
qh_srand
(
qhT
*
qh
,
int
seed);
26
realT
qh_randomfactor
(
qhT
*
qh
,
realT
scale,
realT
offset);
27
void
qh_randommatrix
(
qhT
*
qh
,
realT
*buffer,
int
dim,
realT
**row);
28
int
qh_strtol
(
const
char
*s,
char
**endp);
29
double
qh_strtod
(
const
char
*s,
char
**endp);
30
31
#endif
/* qhDEFrandom */
32
33
34
qh_randommatrix
void qh_randommatrix(qhT *qh, realT *buffer, int dim, realT **row)
Definition:
random_r.c:206
qh_rand
int qh_rand(qhT *qh)
Definition:
random_r.c:148
realT
#define realT
Definition:
user.h:154
qhT
Definition:
libqhull.h:465
qh_argv_to_command_size
int qh_argv_to_command_size(int argc, char *argv[])
Definition:
random.c:105
qh_randomfactor
realT qh_randomfactor(qhT *qh, realT scale, realT offset)
Definition:
random_r.c:184
libqhull_r.h
qh
#define qh
Definition:
libqhull.h:457
qh_srand
void qh_srand(qhT *qh, int seed)
Definition:
random_r.c:165
qh_strtol
int qh_strtol(const char *s, char **endp)
Definition:
random.c:238
qh_strtod
double qh_strtod(const char *s, char **endp)
Definition:
random.c:229
qh_argv_to_command
int qh_argv_to_command(int argc, char *argv[], char *command, int max_size)
Definition:
random.c:42
hpp-fcl
Author(s):
autogenerated on Fri Aug 2 2024 02:45:15