Package Information
Downloads: 163 weeklyΒ /Β 1,044 monthly
Latest Version: 2.0.1
Author: BigBoss
Documentation
π² n8n-nodes-randomizer-bigboss
Smart Randomizer BigBoss is the intelligent selection engine for n8n. Now in v2.0, it introduces Multi-Channel Randomization, allowing you to create complex, multi-variable generations in a single node.
π Key Features
- π‘ Multi-Channel Support: Generate multiple random values at once (e.g.
Color,Shape,Size) from independent lists. - π§ Smart Deck Mode (No Repeats): Each channel remembers its history independently. "Color" resets when you run out of colors, "Shape" resets when you run out of shapes.
- π₯ Universal Input: Accepts Arrays, Strings, or Expressions for every channel.
- πΎ Binary Support: Preserves binary files even when mixing multiple lists.
- π Professional UI: Clean configuration with "Add Channel" simplified interface.
πΉοΈ Selection Modes (Per Channel)
1. Smart Deck (No Duplicates)
The BigBoss standard. It ensures fairness and variety.
- Behavior: Picks unique items until the list is exhausted, then auto-resets. The memory persists forever (until reset).
2. True Random
Pure chaos. Every execution is a coin toss.
3. Weighted
Give preference to certain items using a weight property.
π οΈ Usage
Scenario: Generating a Social Post
You want to pick a Greeting, a Topic, and a Hashtag.
Add Channel 1:
- Key:
greeting - List:
"Hi, Hello, Greetings" - Mode: Smart Deck
- Key:
Add Channel 2:
- Key:
topic - List:
["AI", "Politics", "Tech"] - Mode: True Random
- Key:
Run:
- Result:
{ "greeting": "Hi", "topic": "Tech" }
π₯ Installation
npm install n8n-nodes-randomizer-bigboss
π The BigBoss Standard
Part of the BigBoss ecosystemβn8n nodes built for reliability, scale, and professional workflows.
π¬ Contact
Have questions or need support? Reach out at alnahriw@gmail.com.
License
MIT
