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

util.h

Blame
  • Forked from orestis.malaspin / isc_physics
    Source project has a limited visibility.
    util.h 87 B
    #ifndef _UTIL_H_
    #define _UTIL_H_
    
    double rand_to_range(double x0, double x1);
    
    #endif