## distributions.is_non_negative()


Validates that a value is greater than or equal to 0.


Usage

``` python
distributions.is_non_negative(
    value,
    name,
)
```
