Introduction
We use integers() to get random whole numbers easily for simulations or testing.
When you want to simulate rolling dice in a game.
When you need random IDs for test data.
When you want to pick random indexes from a list.
When you want to generate random counts or quantities.
When you want to create random samples of integers for experiments.