Relative Content

Tag Archive for pythonnumpy

Numpy Basic Random Number Generation Sonarlint Warning

I have been using np.random.random() to generate random numbers but lately I have been seeing this warning message Use a "numpy.random.Generator" here instead of this legacy function.
What is the new way to generate random numbers?