|
tatami_test
Utilities for testing tatami libraries
|
Simulate a random vector. More...
#include <random>#include <vector>#include <cstdint>Go to the source code of this file.
Classes | |
| struct | tatami_test::SimulateVectorOptions |
Options for simulate_vector(). More... | |
Namespaces | |
| namespace | tatami_test |
| Utilities for testing tatami libraries. | |
Functions | |
| template<typename Type_ > | |
| std::vector< Type_ > | tatami_test::simulate_vector (size_t length, const SimulateVectorOptions &options) |
Simulate a random vector.