#include <Sandbox.h>
Definition at line 77 of file Sandbox.h.
◆ testThread()
◆ assignJob()
◆ run()
Definition at line 1697 of file Sandbox.cpp.
1697 {
1698
1699 cout <<
agent->
i << endl;
1700
1701 double randChange = (0+( (double)rand() / ((double)(RAND_MAX)+(double)(1)) )*(10-0+1))/ (double)100;
1702
1703 int justn = 10000;
1704 vector <double> takeTimeVector (justn, 0);
1705 for (int i =0; i< justn;i++){
1706 takeTimeVector.at(i)=i*2;
1707 }
1709}
◆ agent
The documentation for this class was generated from the following files: