Skip to content

Make samplers deterministically seedable

Vicentini Filippo requested to merge github/fork/femtobit/sampler into v2.0

Created by: femtobit

This PR makes the sampler classes seedable so that simulation results are deterministic when a fixed seed is provided. It also extracts the corresponding code to a reusable class, since it was the same for all samplers.

Merge request reports