Answer the question
In order to leave comments, you need to log in
How does a function from a numpy module work?
How does it work and what is responsible for what in the random number generation function?
Code example:
import numpy as np
np.random.seed(100)
print(np.random.random(3))
Answer the question
In order to leave comments, you need to log in
https://habr.com/en/post/499490/
Here are examples in c++, but numpy is also written in c or c++ as I remember (maybe both)
But about the Fibonacci method with delays
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question