> For the complete documentation index, see [llms.txt](https://help.bots.business/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.bots.business/libs/random.md).

# Random

## Example BJS code:

`Libs.Random.sendMessage(["hello", "Hi", "Good day!", "Welcome!"]);`

## Get random integer value beetwen 0 and 10:

`Libs.Random.randomInt(0, 10);`

## Get random float value beetwen 200 and 400

`Libs.Random.randomFloat(200, 400);`
