random.h
Go to the documentation of this file.
1 /*<html><pre> -<a href="qh-geom.htm"
2  >-------------------------------</a><a name="TOP">-</a>
3 
4  random.h
5  header file for random and utility routines
6 
7  see qh-geom.htm and random.c
8 
9  Copyright (c) 1993-2015 The Geometry Center.
10  $Id: //main/2015/qhull/src/libqhull/random.h#2 $$Change: 2026 $
11  $DateTime: 2015/11/07 22:44:39 $$Author: bbarber $
12 */
13 
14 #ifndef qhDEFrandom
15 #define qhDEFrandom 1
16 
17 #include "libqhull.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( void);
25 void qh_srand( int seed);
26 realT qh_randomfactor(realT scale, realT offset);
27 void qh_randommatrix(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_strtol
int qh_strtol(const char *s, char **endp)
Definition: random.c:238
realT
#define realT
Definition: user.h:154
qh_argv_to_command
int qh_argv_to_command(int argc, char *argv[], char *command, int max_size)
Definition: random.c:42
libqhull.h
qh_argv_to_command_size
int qh_argv_to_command_size(int argc, char *argv[])
Definition: random.c:105
qh_rand
int qh_rand(void)
Definition: random.c:150
qh_srand
void qh_srand(int seed)
Definition: random.c:167
qh_randomfactor
realT qh_randomfactor(realT scale, realT offset)
Definition: random.c:185
qh_randommatrix
void qh_randommatrix(realT *buffer, int dim, realT **row)
Definition: random.c:204
qh_strtod
double qh_strtod(const char *s, char **endp)
Definition: random.c:229


hpp-fcl
Author(s):
autogenerated on Fri Jan 26 2024 03:46:15