AuxiliaryMethods.cpp file
Contents
- Reference
Namespaces
- namespace CG_Gen
- class RandomGeneratorWithSeed The Random Generator With Seed class is a C++ class designed to generate random numbers using a specified seed value
- namespace CG_Gen::AuxMethods
- namespace AuxMethods It was created to organize a set of auxiliary functions and methods that can be used in various parts of a software project Functions: Random number generation, Reading files, Data sorting and processing (includes methods for sorting dictionaries by their values and for working with spaces in strings) TO DO: list the other functions
- namespace CG_Graph