MUD logo

MUD

CommunityCommunity (opens in a new tab)TwitterTwitter (opens in a new tab)DiscordDiscord (opens in a new tab)
GitHubGitHub (opens in a new tab)
  • Introduction
  • Quick start
  • What is MUD?
  • Store
    • Installation
    • Reading and writing to Store
    • Store Config
    • Advanced features of Store
    • Indexing
    • Specification
    • Gas efficiency
    • Using Store without World
  • World
    • World 101
    • World Config
    • Deployer
    • Pattern: Sub-systems
    • Modules
    • Community Computers
    • Querying
  • MUD client
  • MODE
  • CLI
  • ECS and MUD
  • Plugins
    • Emojimon
      • Preface: the ECS model
      • 0. Getting started
      • 1. Players and movement
      • 2. Map and terrain
      • 3. A wild Emojimon appears
      • 4. Make it multiplayer
      • 5. Deploy to testnet
  • ETHGlobal Hackathon
    • Client agnostic chess
    • Snake onchain
    • Coin war
    • Not Monopoly
    • Crypters
    • DeFi-in-a-Box
    • RNG plug-in
  • Contribute
  • Introduction
  • Quick start
  • What is MUD?
  • Store
    • Installation
    • Reading and writing to Store
    • Store Config
    • Advanced features of Store
    • Indexing
    • Specification
    • Gas efficiency
    • Using Store without World
  • World
    • World 101
    • World Config
    • Deployer
    • Pattern: Sub-systems
    • Modules
    • Community Computers
    • Querying
  • MUD client
  • MODE
  • CLI
  • ECS and MUD
  • Plugins
    • Emojimon
      • Preface: the ECS model
      • 0. Getting started
      • 1. Players and movement
      • 2. Map and terrain
      • 3. A wild Emojimon appears
      • 4. Make it multiplayer
      • 5. Deploy to testnet
  • ETHGlobal Hackathon
    • Client agnostic chess
    • Snake onchain
    • Coin war
    • Not Monopoly
    • Crypters
    • DeFi-in-a-Box
    • RNG plug-in
      • 🎲 RNG plug-in
  • Contribute
  • Community (opens in a new tab)
  • Twitter (opens in a new tab)
  • Discord (opens in a new tab)

On This Page

  • 🎲 RNG plug-in
  • An imperfect but sufficiently reliable Random Number Generator plug-in for MUD
Question? Give us feedback → (opens in a new tab)Edit this page
ETHGlobal Hackathon
RNG plug-in

🎲 RNG plug-in

An imperfect but sufficiently reliable Random Number Generator plug-in for MUD

  • Very helpful for applications, specially for games
  • No need to be completely foolproof or even on-chain
  • Provide an easily accessible RNG on MUD

Relevant reading and a cool strategy: https://twitter.com/_MouseDev/status/1623044314983964682 (opens in a new tab)

DeFi-in-a-BoxContribute

MIT 2023 © MUD