tatami_test
Utilities for testing tatami libraries
|
Options for simulate_vector()
.
More...
#include <simulate_vector.hpp>
Public Attributes | |
double | lower = 0 |
double | upper = 100 |
double | density = 1 |
uint64_t | seed = 1234567890 |
Options for simulate_vector()
.
double tatami_test::SimulateVectorOptions::density = 1 |
Density of non-zero values for the simulated values.
double tatami_test::SimulateVectorOptions::lower = 0 |
Lower bound on the simulated values.
uint64_t tatami_test::SimulateVectorOptions::seed = 1234567890 |
Seed for the PRNG.
double tatami_test::SimulateVectorOptions::upper = 100 |
Upper bound on the simulated values.