> ## 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="/jp/pages/verifiable-randomness-functions-vrfs/introduction/solana-vrf" iconType="duotone">
    検証可能なランダム性が重要な理由を学ぶ
  </Card>

  <Card title="VRF クイックスタート" icon="rocket" href="/jp/pages/verifiable-randomness-functions-vrfs/how-to-guide/quickstart" iconType="duotone">
    検証可能なランダム性を始める
  </Card>

  <Card title="ベストプラクティス" icon="shield-check" href="/jp/pages/verifiable-randomness-functions-vrfs/how-to-guide/best-practices" iconType="duotone">
    VRF 実装のベストプラクティスを学ぶ
  </Card>

  <Card title="技術詳細" icon="gear" href="/jp/pages/verifiable-randomness-functions-vrfs/introduction/technical-details" iconType="duotone">
    VRF が内部でどう動くかを理解する
  </Card>
</CardGroup>
