Uploading files to Git
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef _numerics_n_
|
||||
#define _numerics_n_
|
||||
|
||||
|
||||
namespace utils{
|
||||
|
||||
double random(const double& min, const double& max);
|
||||
|
||||
}
|
||||
|
||||
#endif // _numerics_n_
|
||||
Reference in New Issue
Block a user