public Fixed Next(Fixed min, Fixed max) { return(Fixed.CreateFixedByFixedValue(integerRandom.Next(min.GetFixedValue(), max.GetFixedValue()))); }