Uploading files to Git

This commit is contained in:
2025-08-20 20:40:24 +02:00
parent 2ed89ad137
commit 934aea9346
345 changed files with 149802 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef _numerics_n_
#define _numerics_n_
namespace utils{
double random(const double& min, const double& max);
}
#endif // _numerics_n_