> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/tr/gelistir/gelismis/on-chain-rastgele-sayi.md).

# Zincir Üstü Rastgele Sayı Üretme

Gerçek rastgelelik, bilgisayar biliminde zorlu bir konudur ve bunu kendi başınıza elde etmek güçtür. Rastgelelik projeniz için kritik önem taşıyorsa, güvenilir bir Rastgele Sayı Üreticisi (RNG) kullanmanızı öneririz.

## RNG Nedir?

Tahmin edilemeyen sayı dizileri üreterek, RNG'ler blockchain projelerinde adalet ve özgünlüğü sağlar. Manipülasyonu önleyerek ve hakkaniyetli sonuçları garanti ederek bütünlük ve güvenilirliği artırır.

## Chiliz Chain Geliştiricileri İçin Anlamı Nedir?

RNG'leri entegre ederek, spor ve eğlence projeleri sundukları deneyime önemli ölçüde güven, heyecan ve adalet katabilir.

## Pyth Kullanarak Nasıl Yapılır?

Chiliz Chain, Pyth'in Entropy'sini desteklemektedir.

Entropy, geliştiricilerin NFT basımı, oyun ve daha pek çok uygulama için blockchain üzerinde hızlı ve kolay biçimde rastgele sayılar üretmesine olanak tanır.\
Solidity SDK'sı aracılığıyla, geliştiricilerin RNG'yi EVM uygulamalarına kolayca entegre etmesini sağlar.

{% hint style="info" %}
Chiliz ile Entropy kullanmak için aşağıdaki adresi kullanın.

#### Chiliz Mainnet'te

* Chain ID:\
  `chiliz`
* Entropy Sözleşme Adresi:\
  `0x0708325268dF9F66270F1401206434524814508b`
* Sağlayıcı:\
  `0x52DeaA1c84233F7bb8C8A45baeDE41091c616506`<br>

#### Spicy Testnet'te

* Chain ID:\
  `chiliz-spicy`
* Entropy Sözleşme Adresi:\
  `0xD458261E832415CFd3BAE5E416FdF3230ce6F134`
* Sağlayıcı:\
  `0x6CC14824Ea2918f5De5C2f75A9Da968ad4BD6344`
  {% endhint %}

Pyth, aşağıdakiler dahil olmak üzere [Entropy hakkında kapsamlı belgeler](https://docs.pyth.network/entropy) sunmaktadır:

* [EVM'de İlk Entropy Uygulamanızı Oluşturun](https://docs.pyth.network/entropy/create-your-first-entropy-app)
* [Pyth Entropy Kullanarak EVM Sözleşmelerinde Rastgele Sayı Nasıl Üretilir](https://docs.pyth.network/entropy/generate-random-numbers/evm)
* [Pyth Entropy kullanarak adil bir yazı tura atmanın nasıl yapılacağını gösteren örnek uygulama](https://github.com/pyth-network/pyth-crosschain/blob/main/target_chains/ethereum/examples/coin_flip/contract/src/CoinFlip.sol).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.chiliz.com/tr/gelistir/gelismis/on-chain-rastgele-sayi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
