0
Q:

np.random.randit funtion in python

# Python program explaining 
# numpy.random.randint() function 
  
# importing numpy 
import numpy as geek 
  
# output array 
out_arr = geek.random.randint(low = 0, high = 3, size = 5) 
print ("Output 1D Array filled with random integers : ", out_arr)  
0

New to Communities?

Join the community