Skip to content
Snippets Groups Projects
Select Git revision
  • acbd5bf3cfc45a541a3c9aa331a4abba239a1cad
  • main default protected
2 results

bp_tree.c

Blame
  • util.h 87 B
    #ifndef _UTIL_H_
    #define _UTIL_H_
    
    double rand_to_range(double x0, double x1);
    
    #endif