As I understand it, numpy.random provides the function ``random`` as an
alias for ``random_state``.  Might this be moved into
numpy.random.mtrand.RandomState, for interface consistency?

Right now if I start with ``prng = np.random.RandomState(seed=myseed)``
I cannot use ``prng.random`` as it does not exist.  Note that I can use
the convenience function ``prng.rand``, and its documentation makes
reference to ``random``!

Alan Isaac

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to