Skip to content
Commit efa2d706 authored by Vladimír Ulman's avatar Vladimír Ulman
Browse files

Added displacement distribution handling, a process similar to turning angles distribution.

It is intentionally called a displacement, instead of velocity, to stress the fact
that the class does not deal with time variable at all.

Added one more state handling of a real number generator (because of the disp. distro).

Added UseCorrectedUniformDistribution() for the turning angle distribution which
actually creates not uniform distribution, but after drawing random samples from it,
the produced distribution is some-what nearly uniform (quite unlike from the one
produced with UseUniformDistribution()).

Added RandomWalk::ReadyToStartSimulation() indicator for those who are not sure...
M    toolbox/randWalk.h


Adjusted to provide similar trajectory data as the real example.
M    toolbox/walks.cc
parent 76bb4d29
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment