> For the complete documentation index, see [llms.txt](https://osl.mistium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osl.mistium.com/legacy-osl-originos/prototype-helpers/.chance.md).

# number.chance

## Description

Chance takes an input from 0 to 100 describing the percentage chance that it will return true

## Parameters

Invabs takes no parameters

## Usage On Numbers

```javascript
log 50.chance()
// a 50% chance that it will return true

log 25.chance()
// a 25% chance that it will return true
```
