Why might you use the random.seed() function?
Select one:
a.
To enable the random library to provide any random numbers at all
b.
To begin generating the same sequence of "random" numbers from a particular seed value
c.
To set the minimum and maximum values produced by the random functions
d.
To ensure random numbers will start out small and then grow over time
1 answer
b. To begin generating the same sequence of "random" numbers from a particular seed value