public void TestUniformRemainsSame()
        {
            var sampler = Samplers.UniformD6();

            sampler.Force(1);

            // TODO: Assert that all the probabilities are still the same
        }