Skip to content
Snippets Groups Projects
Select Git revision
  • a0b95b718f86b7d3ea34ecdd6812c4ed901ae3b7
  • master default protected
2 results

2020-04-10-10_09_24.log

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