numpy.random.wald() in Python
With the help of numpy.random.wald() method, we can get the random samples from Wald or Inverse Gaussian distribution and return the random samples as numpy array by using this method. Inverse Gaussian distribution Syntax : numpy.random.wald(mean, scale, size=None) Return : Return the random samples