Class RandomState¶
- class mkl_random.RandomState(seed=None, brng='MT19937')¶
Container for the Intel(R) MKL-powered (pseudo-)random number generators.
Maintains the former name RandomState for compatibility with legacy code, pending transition to MKLRandomState.