Is there some way to make the random number generator in numpy generate the same random numbers as in Matlab, given the same seed?
I tried the following in Matlab:>
How about running a matlab script to get the random numbers based upon a seed, from within your python code?