# Semilla del generador de números aleatorios

Si siguiéramos exactamente los pasos sugeridos hasta ahora, nuestros resultados deberían ser los mismos, incluso teniendo en cuenta que hay dos distribuciones aleatorias en juego. La razón de esto es que usamos la misma semilla de números aleatorios.

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

¿Recuerdas dónde están las configuraciones necesarias para la simulación? Entonces, si desea verificar la forma de generar números aleatorios, vaya a las propiedades de su experimento y abra el menú **Randomness**.

Si quieres saber un poco más sobre experimentos reproducibles (con semilla fija) o con experimentos únicos (con semilla aleatoria), tengo un [gran video en YouTube para ti.](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/tutorial-es/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.
