Skip to main content

Weighted Reels

This node generates slot reel positions using weighted probability distributions.

The Weighted Reels node creates realistic reel spins based on symbol probability weights.

The Weighted Reels node simulates the mechanical behavior of slot machine reels by using weighted random selection to determine which symbols land in each position. This ensures that rare symbols appear less frequently than common ones, creating realistic game math.

Inputs

Reel Configuration

DataDescription
Reel StripsSymbol sequences for each reel
Symbol WeightsProbability weights for each symbol
Number of RowsVisible symbols per reel

Randomization

DataDescription
SeedOptional seed for deterministic results
RNG SourceRandom number generator to use

Actions

SignalDescription
SpinGenerates new reel positions

Outputs

Results

DataDescription
Reel PositionsFinal symbol grid after spin
Stop PositionsIndex positions on each reel strip

Events

SignalDescription
CompleteReel spin finished

Usage

Example Use Cases

  1. Base Game Spins: Generate regular slot machine results
  2. Feature Spins: Modified probability during bonus rounds
  3. Demo Mode: Controllable results for demonstrations
  4. Testing: Verify math models with specific outcomes