In NumPy 1.17, random number generation has been improved both under the hood (better statistical properties of random numbers) and in the API (now conforms to np ...
Right now we just have raw calls to np.random. However, if we want to seed things we need to do it globally for numpy which isn't recommended. We should come up with a procedure to have a scoped (or ...