JayBeams
0.1
Another project to have fun coding.
|
#include <jb/testing/create_random_sample.hpp>
Go to the source code of this file.
Namespaces | |
jb | |
The top-level namespace for the JayBeams library. | |
jb::testing | |
Helper functions and classes to simplify unit tests. | |
Functions | |
template<typename timeseries , typename generator > | |
void | jb::testing::create_random_timeseries (generator &gen, int nsamples, timeseries &ts) |
Create a simple timeseries where the values look like a random. More... | |