> ## Documentation Index
> Fetch the complete documentation index at: https://docs.magicblock.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# 随机角色生成器

<CardGroup cols={2}>
  <Card title="演示" icon="play" href="https://mb-vrf.vercel.app/" iconType="duotone">
    体验在线应用
  </Card>

  <Card title="查看仓库" icon="github" href="https://github.com/magicblock-labs/starter-kits/tree/main/vrf-demo" iconType="duotone">
    查看源代码与实现
  </Card>

  <Card title="博客文章" icon="newspaper" href="https://www.magicblock.xyz/blog/true-onchain-randomness" iconType="duotone">
    进一步了解可验证随机性
  </Card>
</CardGroup>

***

<img src="https://mintcdn.com/magicblock-42/Pp-opuWd18lgBq2L/images/template_images/vrf.png?fit=max&auto=format&n=Pp-opuWd18lgBq2L&q=85&s=8e42b1b19c0b9623a6f418bf7753512f" alt="VRF Random Character Generator" width="1940" height="1208" data-path="images/template_images/vrf.png" />

## 概览

使用链上的可验证随机性生成独特角色。这个演示展示了如何利用 VRF（Verifiable Random Functions）为游戏和 NFT 应用创建可证明公平、不可预测的角色属性。

***

## 相关产品

<CardGroup cols={2}>
  <Card title="Verifiable Randomness" icon="stars" href="/cn/pages/verifiable-randomness-functions-vrfs/introduction/solana-vrf" iconType="duotone">
    了解为什么可验证随机性很重要
  </Card>

  <Card title="VRF 快速开始" icon="rocket" href="/cn/pages/verifiable-randomness-functions-vrfs/how-to-guide/quickstart" iconType="duotone">
    开始使用可验证随机性
  </Card>

  <Card title="最佳实践" icon="shield-check" href="/cn/pages/verifiable-randomness-functions-vrfs/how-to-guide/best-practices" iconType="duotone">
    了解 VRF 实现最佳实践
  </Card>

  <Card title="技术细节" icon="gear" href="/cn/pages/verifiable-randomness-functions-vrfs/introduction/technical-details" iconType="duotone">
    理解 VRF 底层工作原理
  </Card>
</CardGroup>
