mcframework.utils._validate_confidence# mcframework.utils._validate_confidence(confidence: float) → None[source]# Validate the confidence level. Parameters: confidencefloatConfidence level to validate. Raises: ValueErrorIf confidence is not in the open interval (0, 1).