ISAAC Random Number Generator Array
This node generates an array of cryptographically secure random numbers using the ISAAC algorithm.
The ISAAC Random Number Generator Array produces multiple high-quality pseudorandom numbers in a single operation.
The ISAAC Random Number Generator Array node extends the single ISAAC RNG by generating multiple random numbers at once. This is more efficient than calling the single generator multiple times and maintains the same cryptographic security properties.
Configuration
| Data | Description |
|---|
| Seed | Optional seed value for deterministic output |
| Nonce | Optional nonce for additional randomization |
| Count | Number of random values to generate (default: 10) |
Actions
| Signal | Description |
|---|
| Do | Generates an array of random numbers |
Outputs
| Data | Description |
|---|
| Generated Array | Array of random numbers |
| Signal | Description |
|---|
| Done | Triggered when generation is complete |
Usage
Example Use Cases
- Batch Processing: Generate multiple random values for large datasets
- Game Development: Create arrays of random enemy attributes, loot tables
- Simulations: Generate sample sets for Monte Carlo methods
- Data Generation: Create test datasets with random values