#include "libqhull.h"
#include "random.h"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
◆ qh_rand_a
◆ qh_rand_m
      
        
          | #define qh_rand_m   2147483647 | 
      
 
 
◆ qh_rand_q
      
        
          | #define qh_rand_q   127773  /* m div a */ | 
      
 
 
◆ qh_rand_r
      
        
          | #define qh_rand_r   2836    /* m mod a */ | 
      
 
 
◆ qh_argv_to_command()
      
        
          | int qh_argv_to_command | ( | int | argc, | 
        
          |  |  | char * | argv[], | 
        
          |  |  | char * | command, | 
        
          |  |  | int | max_size | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_argv_to_command_size()
      
        
          | int qh_argv_to_command_size | ( | int | argc, | 
        
          |  |  | char * | argv[] | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_rand()
◆ qh_randomfactor()
◆ qh_randommatrix()
      
        
          | void qh_randommatrix | ( | realT * | buffer, | 
        
          |  |  | int | dim, | 
        
          |  |  | realT ** | rows | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_srand()
      
        
          | void qh_srand | ( | int | seed | ) |  | 
      
 
 
◆ qh_strtod()
      
        
          | double qh_strtod | ( | const char * | s, | 
        
          |  |  | char ** | endp | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_strtol()
      
        
          | int qh_strtol | ( | const char * | s, | 
        
          |  |  | char ** | endp | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_last_random