DiffEq - Modern C++ ODE Integration Library 1.0.0
High-performance C++ library for solving ODEs with async signal processing
|
Noise process generator interface. More...
#include <sde_synchronization.hpp>
Public Member Functions | |
virtual NoiseData< T > | generate_increment (T current_time, T dt)=0 |
virtual void | reset_seed (uint64_t seed)=0 |
virtual std::string | get_process_name () const =0 |
Noise process generator interface.
Definition at line 106 of file sde_synchronization.hpp.