one random number python code example
Example 1: random numbers python
import random
a = (random.randint(bottom value, top value)
Example 2: how to call a random function in python
import random
my_list = [func_test_1, func_test_2, func_test_3]
random.choice(my_list)()