random.Random.randint

Random.randint(a, b)[source]

Return random integer in range [a, b], including both end points.