# Semente do gerador de números aleatórios

Se você seguiu exatamente os passos sugeridos até aqui, nossos resultados devem ser iguais, mesmo considerando que existem duas distribuições aleatórias em jogo. A razão disso é que utilizamos (eu e você, jovem *Padawan*) a mesma semente de números aleatórios.&#x20;

![](https://lh4.googleusercontent.com/XOEYnGvALswqn7VAhxaVlRXbJ-8OaM69AuhG4f7yvNpnizrKu6MbaaiE35BzbofE1_byckjsgi4HDr7OiK0fQqV_KF8THY2nVQAv8exZ4OSAr5lNHRDb9aoW8BCRDw9vvTgRp_gI)

Lembra onde ficam as configurações necessárias à simulação? Pois então, se quiser verificar a forma de geração dos números aleatórios, vá até as propriedades do seu experimento e abra o menu **Randomness**.

Se você quiser saber um pouco mais sobre experimentos reprodutíveis (com semente fixa) ou com experimentos únicos (com semente aleatória), tenho um [ótimo vídeo no YouTube para você.](https://www.youtube.com/watch?v=m96PLSEIALg\&list=PLUJJN9tmVTj1czFMt9IKi6wge9GnmMTN3)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tutorial.anylogicbrasil.com.br/semente-do-gerador-de-numeros-aleatorios.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
