Provides common components for obtaining the seed and initializing the pseudo random number generator engine obtains the seed from the parameter <topic>.seed initializes engine appropriately.
More...
#include <publisher.hpp>
|
| | RandomNumberEngine (const rclcpp::node_interfaces::NodeParametersInterface::SharedPtr &node, const std::string &topic) |
| |
|
| const std::random_device::result_type | seed |
| |
| std::mt19937_64 | engine |
| |
Provides common components for obtaining the seed and initializing the pseudo random number generator engine obtains the seed from the parameter <topic>.seed initializes engine appropriately.
◆ RandomNumberEngine()
| concealer::RandomNumberEngine::RandomNumberEngine |
( |
const rclcpp::node_interfaces::NodeParametersInterface::SharedPtr & |
node, |
|
|
const std::string & |
topic |
|
) |
| |
|
explicit |
◆ engine
| std::mt19937_64 concealer::RandomNumberEngine::engine |
◆ seed
| const std::random_device::result_type concealer::RandomNumberEngine::seed |
The documentation for this struct was generated from the following files: