MCPcopy Create free account
hub / github.com/RoboJackets/software-training / UniformRandomGenerator

Method UniformRandomGenerator

localization/src/random_helpers.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27constexpr auto RANDOM_SEED = 100;
28
29UniformRandomGenerator::UniformRandomGenerator()
30: engine_(RANDOM_SEED), distribution_(0.0, 1.0)
31{
32}
33
34double UniformRandomGenerator::Sample()
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected