Hello, I these random data do not seem very random ... http://www.kolej.mff.cuni.cz/~vesej3am/transfer/plot.png Moreover they are in [0, 0.5] range instead of [0, 1] Working rand function would be very usefull.
Thanks, bye Jozef Vesely [email protected] pycuda: git HEAD driver: 174.55 card: GeForce 8800 GTX #!/usr/bin/python import pycuda.autoinit import pycuda.curandom as curandom from pylab import * a = curandom.rand((250, )) plot(a.get()) savefig("plot.png") _______________________________________________ PyCuda mailing list [email protected] http://tiker.net/mailman/listinfo/pycuda_tiker.net
