Randomizing Matrix in Enthought Canopy Python

70 views Asked by At
matrix = MatrixCreate(1,50)

Randomize=numpy.random.random()

print Randomize(matrix)

By trying out the above code, I get error as "'float' object is not callable ".

0

There are 0 answers