Skip to main content

TRNG (True Random Number Generator)

This node generates true random numbers using external entropy sources.

The TRNG provides cryptographically secure random numbers using true randomness sources.

The TRNG (True Random Number Generator) node generates random numbers using hardware entropy sources or external randomness APIs, providing true randomness rather than pseudorandomness.

Inputs

Configuration

DataDescription
Min ValueMinimum value for the random number (default: 0)
Max ValueMaximum value for the random number (default: 1000000)

Actions

SignalDescription
DoGenerates a true random number

Outputs

DataDescription
Random ValueThe generated true random number
SignalDescription
DoneTriggered when generation is complete

Usage

Example Use Cases

  1. Cryptographic Applications: Key generation, salt creation
  2. Security Systems: Session tokens, challenge generation
  3. Gaming: Truly unpredictable random events
  4. Scientific Research: Unbiased random sampling