Legacy Random Generation ------------------------ .. container:: admonition danger .. raw:: html

Removed

.. danger:: ``RandomState`` has been **removed**. You should be using :class:`numpy.random.Generator`, or if you must have backward compatibility with NumPy before 1.17, :class:`numpy.random.RandomState`. .. currentmodule:: randomgen.mtrand .. autoclass:: RandomState