> For the complete documentation index, see [llms.txt](https://docs.settlers-united.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.settlers-united.com/s4-lua-api-de/library-functions/game/game.random100.md).

# Game.Random100

## `Game.Random100()`

Gibt eine Zufallszahl zwischen 0 und 99 zurück.

#### Rückgabewert

Zufallszahl

#### Beispiel

```lua
Game.Random100()
```
