pub fn get_inc<T>(x: T, y: T) -> Twhere T: SampleUniform + PartialEq + Debug + PartialOrd,
Samples a number from the range x..=y
x has to be smaller than or equal to y