randomizer-bigboss

Smart Random Selection Node for n8n

Package Information

Downloads: 163 weeklyΒ /Β 1,044 monthly
Latest Version: 2.0.1
Author: BigBoss

Documentation

🎲 n8n-nodes-randomizer-bigboss

npm version
License: MIT

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.

  1. Add Channel 1:

    • Key: greeting
    • List: "Hi, Hello, Greetings"
    • Mode: Smart Deck
  2. Add Channel 2:

    • Key: topic
    • List: ["AI", "Politics", "Tech"]
    • Mode: True Random
  3. 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

Discussion