Correct Answer: C
Explanation: Both of these functions, that is, randint and uniform are included in the random module and both of these functions accept 3 parameters. For example: random.uniform(self,a,b) where 'a' and 'b' specify the range and self is an imaginary parameter.