mkl_random
: random numbers fast¶
mkl_random
is Python package exposing pseudo-random and
non-deterministic
random number generators and sampling from continuous and discrete distribution available in
Intel(R) oneAPI Math Kernel Library
(oneMKL).
Beginner Guides
New to mkl_random
? Check out the Tutorials.
They are a hands-on introduction for beginners.
User Guides
The user guides are recipes for key tasks and common problems.
Reference Guide
The reference guide contains a detailed description of class mkl_random.RandomState
and its methods.
Contributor Guides
Want to add to the codebase?
The contributing guidelines will guide you through the
process of improving mkl_random
.