generate_unique_bound

Function generate_unique_bound 

Source
pub fn generate_unique_bound<R: Rng + 'static>(
    rng: &mut R,
    datatype: &ConcreteDataType,
    bounds: &[Value],
) -> Result<Value>
Expand description

Generates a unique partition bound that is not in the given bounds.