test_stochasticNoiseGenerator
Focused unit tests for the pluggable Gaussian noise generators used by the native
stochastic integrators (stochasticNoiseGenerator.h). These exercise the public
behaviors directly, rather than only through an integrator’s happy path:
PrescribedGaussianNoiseGenerator: FIFO replay,remaining()/clear(), omitted-dZzero-filling, and the error paths (queue exhaustion, mismatcheddWlength, undersized explicitdZ).RandomGaussianNoiseGenerator: seed repeatability and thesqrt(h)scaling.