Random Numbers
                    Generate a random integer within a specified range.
                
                Random Choice
                    Add options to choose from randomly, or sample multiple options without replacement.
                
                Shuffle
                    Enter items (one per line) to shuffle randomly.
                
                Random Bytes
                    Generate random bytes in hexadecimal format. Useful for cryptographic purposes.
                
                Random Boolean & Bit
                    Generate random boolean values (true/false) or bits (0/1).