I am generating a random seed.
Python3 grinds to a halt if I:
numpy.random.seed(time.time_ns()) # or numpy.random.seed(int(time.time_ns()) # and nu