vb_random¶
numpy.random.binomial(10,0.5, size=(100,100))¶
Benchmark setup
import numpy
Benchmark statement
numpy.random.binomial(10,0.5, size=(100,100))
Performance graph
numpy.random.normal(size=(100,100))¶
Benchmark setup
import numpy
Benchmark statement
numpy.random.normal(size=(100,100))
Performance graph
numpy.random.poisson(10,size=(100,100))¶
Benchmark setup
import numpy
Benchmark statement
numpy.random.poisson(10,size=(100,100))
Performance graph
numpy.random.uniform(size=(100,100))¶
Benchmark setup
import numpy
Benchmark statement
numpy.random.uniform(size=(100,100))
Performance graph
numpy.random.weibull(1, size=(100,100))¶
Benchmark setup
import numpy
Benchmark statement
numpy.random.weibull(1, size=(100,100))
Performance graph
vb_random_shuffle100000¶
Benchmark setup
import numpy
a=numpy.arange(100000)
Benchmark statement
numpy.random.shuffle(a)
Performance graph