Question: python scores = np.random.normal(1.75, 0.20, 5000) ''' What is the role of the second parameter in the above line of code? It controls the standard
python scores = np.random.normal(1.75, 0.20, 5000) ''' What is the role of the second parameter in the above line of code? It controls the standard deviation of the output. It defines the number of random numbers to generate. It sets the seed for the random number generator. It represents the limit of the random numbers to be generated
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
