---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
mtrand.pyx in mtrand.RandomState.seed (numpy/random/mtrand/mtrand.c:7740)()
TypeError: 'float' object cannot be interpreted as an integer
During handling of the above exception, another exception occurred:
TypeError Traceback (most recent call last)
<ipython-input-9-f0d80ebac8d9> in <module>()
1 np.random.seed()
----> 2 np.random.seed(time.time())
mtrand.pyx in mtrand.RandomState.seed (numpy/random/mtrand/mtrand.c:7962)()
TypeError: Cannot cast array from dtype('float64') to dtype('int64') according to the rule 'safe'