perturb_uniform

probnum.diffeq.perturbed.step.perturb_uniform(rng, step, solver_order, noise_scale, size=())[source]

Perturb the step with uniformly distributed noise.

Proposed by Abdulle and Garegnani (2020) [1].

Parameters:
Return type:

float | ndarray

References