import numpy as np #Erzeuge 1 Mio Zufallszahlen random_np = np.random(100000) random_list = list(random_np)