Orally
  • 👋Introduction
  • ❔Why Orally?
  • Orally Price Feed Integration Guide
  • quick-start
    • 🌱Sybil: data feeds
    • 🐬Apollo: request feeds from EVM
    • 🎬Pythia: automation
    • 📖Useful addresses & Links
  • Overview
    • 💡Video Overview
    • ✨How Orally Works
    • 🔐Security and Reliability
    • 📖Glossary
  • Page
  • Problems
    • The Oracle Problem
    • Frozen Oracle Problem
  • 🛰️Use Cases
  • Orally Products
    • 🧙‍♂️Sybil
    • 🦉Pythia
    • 🐬Apollo
    • 🕵️‍♂️Cassandra (DAuth)
    • ▶️Deplhos
    • 📧Hermes
  • Utilised ICP features
    • 🛠️ECDSA threshold Signatures
    • ✴️HTTP Outcalls
    • ⏳ICP timers (heartbeat system)
    • 🌀Random tape
    • 💱Exchange rate canister
  • FAQ
Powered by GitBook
On this page
  • Random Tape
  • Utilization of Random Numbers
  1. Utilised ICP features

Random tape

Random number generation is a vital process for various applications. Generating random numbers naively during execution would disrupt the deterministic nature of the network because every node would calculate different random values. To mitigate this, the Orally Network employs the Internet Computer's decentralized pseudorandom number generator, known as the "random tape".

Random Tape

The random tape is a unique feature of the Internet Computer and, provides a secure and highly efficient source of random numbers. It is established using chain-key cryptography.

At the beginning of each round, the subnet creates a fresh threshold Boneh-Lynn-Shacham (BLS) signature. This signature is inherently unpredictable and uniformly distributed. Hence, it is ideal for seeding a cryptographic pseudorandom generator.

Utilization of Random Numbers

Once generated, these pseudorandom numbers are accessible to canister smart contracts within the Orally Network. The numbers generated are deterministic, replicable, and uniformly distributed, providing a source of randomness that is both secure and compatible with the deterministic nature of the network.

Through the use of the random tape, the Orally Network can provide secure randomness for various applications. Whether it's for cryptographic operations, decentralized gaming applications, or randomized algorithms within smart contracts, the random tape delivers a much-needed source of reliable, decentralized, and secure randomness.

This efficient randomness generation is just one of the unique features of the Orally Network, emphasizing its commitment to security, efficiency, and deterministic behavior in decentralized applications.

PreviousICP timers (heartbeat system)NextExchange rate canister

Last updated 2 years ago

🌀