scran_test_utils
Test utilities for libscran projects
|
Parameters for simulate_vector()
.
More...
#include <simulate_vector.hpp>
Public Attributes | |
double | density = 1 |
Type_ | lower = -10 |
Type_ | upper = 10 |
uint64_t | seed = 1234567890 |
Parameters for simulate_vector()
.
Type_ | Numeric type of the simulated value. |
double scran_tests::SimulationParameters< Type_ >::density = 1 |
Density of structural non-zero values.
Type_ scran_tests::SimulationParameters< Type_ >::lower = -10 |
Lower bound for the simulated values. Defaults to 0 if Type_
is unsigned.
uint64_t scran_tests::SimulationParameters< Type_ >::seed = 1234567890 |
Seed for the random number generator.
Type_ scran_tests::SimulationParameters< Type_ >::upper = 10 |
Upper bound for the simulated values.