pub fn generate_unique_bound<R: Rng + 'static>( rng: &mut R, datatype: &ConcreteDataType, bounds: &[Value], ) -> Result<Value>
Generates a unique partition bound that is not in the given bounds.