Artbox

RandomBot

#149 Telegram Global Rank

This bot can do random operations(generate numbers, passwords, GUID, choose random element, shuffle list of elements).

Chat  on Telegram  on Telegram

Need a chatbot for your business?

Explore ManyChat chatbot templates for Messenger on the Botmakers marketplace

Vote for RandomBot

COMMANDS

/choice 1 2 3 4 5
Print a random element from the input sequence.

/guid
Generate a random UUID.

/passwordgen N
Generate password with specified length(N).
Default length - 8.

/random MIN MAX
Generate a random integer N such that MIN <= N <= MAX.
Default values of MIN=0, MAX=100.
You also can specify only MAX number.

/randomf
Generate a random float N such that MIN <= N <= MAX.
Default values of MIN=0, MAX=100.
You also can specify only MAX number.

/shuffle 1 2 3 4 5
Shuffle the input sequence.