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.
Reel Configuration
| Data | Description |
|---|
| Reel Strips | Symbol sequences for each reel |
| Symbol Weights | Probability weights for each symbol |
| Number of Rows | Visible symbols per reel |
Randomization
| Data | Description |
|---|
| Seed | Optional seed for deterministic results |
| RNG Source | Random number generator to use |
Actions
| Signal | Description |
|---|
| Spin | Generates new reel positions |
Outputs
Results
| Data | Description |
|---|
| Reel Positions | Final symbol grid after spin |
| Stop Positions | Index positions on each reel strip |
Events
| Signal | Description |
|---|
| Complete | Reel spin finished |
Usage
Example Use Cases
- Base Game Spins: Generate regular slot machine results
- Feature Spins: Modified probability during bonus rounds
- Demo Mode: Controllable results for demonstrations
- Testing: Verify math models with specific outcomes