|
scran_test_utils
Test utilities for libscran projects
|
Parameters for simulate_vector().
More...
#include <simulate_vector.hpp>
Public Attributes | |
| double | density = 1 |
| Type_ | lower = default_simulation_min<Type_>() |
| Type_ | upper = 10 |
| RngEngine::result_type | seed = 1234567890 |
Parameters for simulate_vector().
| Type_ | Numeric type of the simulated value. |
| double scran_tests::SimulateVectorParameters< Type_ >::density = 1 |
Density of structural non-zero values.
| Type_ scran_tests::SimulateVectorParameters< Type_ >::lower = default_simulation_min<Type_>() |
Lower bound for the simulated values. This bound is inclusive.
| RngEngine::result_type scran_tests::SimulateVectorParameters< Type_ >::seed = 1234567890 |
Seed for the random number generator.
| Type_ scran_tests::SimulateVectorParameters< Type_ >::upper = 10 |
Upper bound for the simulated values. This bound is exclusive and should be greater than SimulateVectorParameters::lower.