Skip to content

Commit 745f591

Browse files
Use mkl_random in the title
Add links to explain pseudo-random vs. true random generators.
1 parent 439ae91 commit 745f591

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/source/index.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
Random sampling powered by Intel(R) Math Kernel Library
2-
=======================================================
3-
4-
:mod:`mkl_random` is Python package exposing pseudo-random and non-deterministic random
5-
number generators with continuous and discrete distribution available in
6-
Intel(R) oneAPI Math Kernel Library (`oneMKL <https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html>`_).
1+
:mod:`mkl_random`: random numbers fast
2+
======================================
3+
4+
:mod:`mkl_random` is Python package exposing :ref:`pseudo-random <pseudorandom_vs_truerandom>` and
5+
:ref:`non-deterministic <pseudorandom_vs_truerandom>`
6+
random number generators and sampling from continuous and discrete distribution available in
7+
Intel(R) oneAPI Math Kernel Library
8+
(`oneMKL <https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html>`_).
79

810
.. grid:: 2
911
:gutter: 3

0 commit comments

Comments
 (0)