Le 2 avril 2012 18:36, Frédéric Bastien <[email protected]> a écrit : > numpy.random are not optimized. If matlab use the random number from > mkl, they will be much faster.
In that case this is indeed negligible: In [1]: %timeit np.random.randn(2000, 2000) 1 loops, best of 3: 306 ms per loop -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
