Код: Выделить всё
np.random.randint(-10, 10)
Код: Выделить всё
np.random.normal(0, 0.1, 1)
Мне нужна своего рода комбинация двух функций.
Подробнее здесь: https://stackoverflow.com/questions/374 ... f-integers
Код: Выделить всё
np.random.randint(-10, 10)
Код: Выделить всё
np.random.normal(0, 0.1, 1)