DiffEq - Modern C++ ODE Integration Library 1.0.0
High-performance C++ library for solving ODEs with async signal processing
|
SIMD-accelerated noise generation. More...
#include <sde_multithreading.hpp>
Public Member Functions | |
SIMDNoiseGenerator (uint64_t seed=12345) | |
std::vector< double > | generate_batch (size_t count, double intensity=1.0) |
Generate batch of noise using SIMD when possible. | |
SIMD-accelerated noise generation.
Definition at line 189 of file sde_multithreading.hpp.
|
inlineexplicit |
Definition at line 196 of file sde_multithreading.hpp.
|
inline |
Generate batch of noise using SIMD when possible.
Definition at line 202 of file sde_multithreading.hpp.