## distributions.is_ordered_triplet()


Validates that three values are in ascending order.


Usage

``` python
distributions.is_ordered_triplet(
    low, middle, high, low_name="low", middle_name="middle", high_name="high"
)
```
