random.c File Reference
#include "libqhull.h"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
Define Documentation
#define qh_rand_m 2147483647 |
Function Documentation
int qh_argv_to_command |
( |
int |
argc, |
|
|
char * |
argv[], |
|
|
char * |
command, |
|
|
int |
max_size | |
|
) |
| | |
int qh_argv_to_command_size |
( |
int |
argc, |
|
|
char * |
argv[] | |
|
) |
| | |
realT qh_randomfactor |
( |
realT |
scale, |
|
|
realT |
offset | |
|
) |
| | |
void qh_randommatrix |
( |
realT * |
buffer, |
|
|
int |
dim, |
|
|
realT ** |
rows | |
|
) |
| | |
void qh_srand |
( |
int |
seed |
) |
|
double qh_strtod |
( |
const char * |
s, |
|
|
char ** |
endp | |
|
) |
| | |
int qh_strtol |
( |
const char * |
s, |
|
|
char ** |
endp | |
|
) |
| | |
Variable Documentation