import numpy as np

# ایجاد یک آرایه بزرگ 10 میلیون عددی
large_array = np.random.rand(10000000)