RandomBot
This bot can do random operations(generate numbers, passwords, GUID, choose random element, shuffle list of elements).
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.