We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47fc744 commit b9524e0Copy full SHA for b9524e0
bbn_wave_freq_m5atomS3/tests/tests.cpp
@@ -115,6 +115,7 @@ int main(int argc, char *argv[]) {
115
const double mean = 0.0;
116
const double stddev = 0.05;
117
std::default_random_engine generator;
118
+ generator.seed(239); // see the engine for deterministic test results
119
std::normal_distribution<float> dist(mean, stddev);
120
121
t = 0.0;
0 commit comments