57 std::random_device rd;
59 std::normal_distribution<double> dist;
A class containing the logic and data for a Random Walk.
Definition random_walk.hh:28
RandomWalk()
Constructor For the random Walk.
Definition random_walk.cc:17
~RandomWalk()
Destructor.
Definition random_walk.cc:13
void iteration()
Iterates forward one step.
Definition random_walk.cc:39
double get_price() const
Gets the internal price.
Definition random_walk.cc:34
Functions and classes for simulating Sensor Outputs.
Definition random_walk.cc:12