# THE TRANSPARENCY OF DATAS AND RANDOM FACTORS

NEOBRED uses ChainLink’s VRF to guarantee fair random number generation in games. This is a solution that utilizes blockchain technology to generate reliably random numbers. The random numbers obtained from VRF are saved in the contract before being used in the game, with a rotation of 10 numbers out of a total of 1000 always being saved. This prevents the prediction of random numbers or any fraudulent activity.

By implementing ChainLink’s VRF, NEOBRED provides players with a fair and smooth gaming experience.

The random numbers obtained from VRF are saved in the contract before being used in the game. NEOBRED always saves 1000 random numbers and rotates them in groups of 10 to prevent the prediction of random numbers or any fraudulent activity.

Additionally, different random numbers can be used for each race even when multiple races are held simultaneously.

NEOBRED prioritizes providing players with fair gameplay, and the use of ChainLink VRF ensures fair random number generation, allowing players to enjoy a secure and fun gaming experience.

<figure><img src="/files/u8MYk7245kX86bQodndX" alt=""><figcaption></figcaption></figure>


---

# 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://neobred.gitbook.io/whitepaper/neobred-white-paper/contents/technology/the-transparency-of-datas-and-random-factors.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.
