Skip to content

Commit b5f560c

Browse files
Deploy: 24f1fc1
1 parent 2999c23 commit b5f560c

36 files changed

Lines changed: 649 additions & 811 deletions

_modules/index.html

Lines changed: 23 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!doctype html>
22
<html class="no-js" lang="en" data-content_root="../">
3-
<head><meta charset="utf-8"/>
4-
<meta name="viewport" content="width=device-width,initial-scale=1"/>
5-
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
3+
<head><meta charset="utf-8">
4+
<meta name="viewport" content="width=device-width,initial-scale=1">
5+
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../genindex.html"><link rel="search" title="Search" href="../search.html">
66

7-
<!-- Generated with Sphinx 8.2.3 and Furo 2025.07.19 -->
8-
<title>Overview: module code - mkl_random 1.3.0dev0 documentation</title>
7+
<!-- Generated with Sphinx 8.2.3 and Furo 2025.09.25 -->
8+
<title>Overview: module code - mkl_random 1.3.0 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d111a655" />
10-
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=25af2a20" />
10+
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=580074bf" />
1111
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=95c83b7e" />
1212
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?v=8dab3a3b" />
1313

@@ -22,14 +22,14 @@
2222
}
2323
@media not print {
2424
body[data-theme="dark"] {
25-
--color-code-background: #2b2b2b;
26-
--color-code-foreground: #f8f8f2;
25+
--color-code-background: #202020;
26+
--color-code-foreground: #d0d0d0;
2727

2828
}
2929
@media (prefers-color-scheme: dark) {
3030
body:not([data-theme="light"]) {
31-
--color-code-background: #2b2b2b;
32-
--color-code-foreground: #f8f8f2;
31+
--color-code-background: #202020;
32+
--color-code-foreground: #d0d0d0;
3333

3434
}
3535
}
@@ -144,14 +144,10 @@
144144
</symbol>
145145
</svg>
146146

147-
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
148-
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
149-
<label class="overlay sidebar-overlay" for="__navigation">
150-
<div class="visually-hidden">Hide navigation sidebar</div>
151-
</label>
152-
<label class="overlay toc-overlay" for="__toc">
153-
<div class="visually-hidden">Hide table of contents sidebar</div>
154-
</label>
147+
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation" aria-label="Toggle site navigation sidebar">
148+
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc" aria-label="Toggle table of contents sidebar">
149+
<label class="overlay sidebar-overlay" for="__navigation"></label>
150+
<label class="overlay toc-overlay" for="__toc"></label>
155151

156152
<a class="skip-to-content muted-link" href="#furo-main-content">Skip to content</a>
157153

@@ -161,26 +157,23 @@
161157
<header class="mobile-header">
162158
<div class="header-left">
163159
<label class="nav-overlay-icon" for="__navigation">
164-
<div class="visually-hidden">Toggle site navigation sidebar</div>
165-
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
160+
<span class="icon"><svg><use href="#svg-menu"></use></svg></span>
166161
</label>
167162
</div>
168163
<div class="header-center">
169-
<a href="../index.html"><div class="brand">mkl_random 1.3.0dev0 documentation</div></a>
164+
<a href="../index.html"><div class="brand">mkl_random 1.3.0 documentation</div></a>
170165
</div>
171166
<div class="header-right">
172167
<div class="theme-toggle-container theme-toggle-header">
173-
<button class="theme-toggle">
174-
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
168+
<button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
175169
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
176170
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
177171
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
178172
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
179173
</button>
180174
</div>
181175
<label class="toc-overlay-icon toc-header-icon no-toc" for="__toc">
182-
<div class="visually-hidden">Toggle table of contents sidebar</div>
183-
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
176+
<span class="icon"><svg><use href="#svg-toc"></use></svg></span>
184177
</label>
185178
</div>
186179
</header>
@@ -189,7 +182,7 @@
189182

190183
<div class="sidebar-sticky"><a class="sidebar-brand" href="../index.html">
191184

192-
<span class="sidebar-brand-text">mkl_random 1.3.0dev0 documentation</span>
185+
<span class="sidebar-brand-text">mkl_random 1.3.0 documentation</span>
193186

194187
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
195188
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -200,7 +193,7 @@
200193
<ul>
201194
<li class="toctree-l1"><a class="reference internal" href="../tutorials.html">Beginner’s guide</a></li>
202195
<li class="toctree-l1"><a class="reference internal" href="../how_to.html">How-to Guides</a></li>
203-
<li class="toctree-l1 has-children"><a class="reference internal" href="../reference/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">mkl_random</span></code> APIs</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" role="switch" type="checkbox"/><label for="toctree-checkbox-1"><div class="visually-hidden">Toggle navigation of mkl_random APIs</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
196+
<li class="toctree-l1 has-children"><a class="reference internal" href="../reference/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">mkl_random</span></code> APIs</a><input aria-label="Toggle navigation of mkl_random APIs" class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" role="switch" type="checkbox"/><label for="toctree-checkbox-1"><span class="icon"><svg><use href="#svg-arrow-right"></use></svg></span></label><ul>
204197
<li class="toctree-l2"><a class="reference internal" href="../reference/api.html">Class RandomState</a></li>
205198
<li class="toctree-l2"><a class="reference internal" href="../reference/mt19937.html">MT19937 brng</a></li>
206199
<li class="toctree-l2"><a class="reference internal" href="../reference/sfmt19937.html">SFMT19937 brng</a></li>
@@ -236,17 +229,15 @@
236229
</a>
237230
<div class="content-icon-container">
238231
<div class="theme-toggle-container theme-toggle-content">
239-
<button class="theme-toggle">
240-
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
232+
<button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme">
241233
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
242234
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
243235
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
244236
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
245237
</button>
246238
</div>
247239
<label class="toc-overlay-icon toc-content-icon no-toc" for="__toc">
248-
<div class="visually-hidden">Toggle table of contents sidebar</div>
249-
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
240+
<span class="icon"><svg><use href="#svg-toc"></use></svg></span>
250241
</label>
251242
</div>
252243
<article role="main" id="furo-main-content">
@@ -284,7 +275,7 @@ <h1>All modules for which code is available</h1>
284275

285276
</aside>
286277
</div>
287-
</div><script src="../_static/documentation_options.js?v=d3564e98"></script>
278+
</div><script src="../_static/documentation_options.js?v=1f29e9d3"></script>
288279
<script src="../_static/doctools.js?v=9bcbadda"></script>
289280
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
290281
<script src="../_static/scripts/furo.js?v=46bd48cc"></script>

_sources/how_to.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ indistinguishable from independent.
6868
Initialize the state of the generator using leap-frog method, or raise :code:`ValueError`
6969
exception if not supported.
7070

71-
The leap-frog method partitions state tragectory into :code:`nstream` interleaved non-overlapping
71+
The leap-frog method partitions state trajectory into :code:`nstream` interleaved non-overlapping
7272
sub-sequences, and argument :code:`k` identifies the subsequence.
7373

7474
The method is supported for :ref:`"mcg31m1" <mcg31m1_brng>`, :ref:`"mcg59" <mcg59_brng>`, and :ref:`"wh" <wh_brng>`

_sources/reference/ars5.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ initialized with either an integral seed, a list of integral seeds, or automatic
2323
rs_vec = mkl_random.RandomState([1234, 567, 89, 0], brng="ars5")
2424
2525
# Use random state instance to generate 1000 random numbers from
26-
# Gamma(3, 1) distibution
26+
# Gamma(3, 1) distribution
2727
gsample = rs_vec.gamma(3, 1, size=1000)
2828
2929
When seed is not specified, the generator is initialized using system clock, e.g.:

_sources/reference/mcg31.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ initialized with either an integral seed, a list of integral seeds, or automati
2323
rs_vec = mkl_random.RandomState([1234, 567, 89, 0], brng="MCG31")
2424
2525
# Use random state instance to generate 1000 random numbers from
26-
# Gamma(3, 1) distibution
26+
# Gamma(3, 1) distribution
2727
gsample = rs_vec.gamma(3, 1, size=1000)
2828
2929
When seed is not specified, the generator is initialized using system clock, e.g.:

_sources/reference/mcg59.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ initialized with either an integral seed, a list of integral seeds, or automati
2323
rs_vec = mkl_random.RandomState([1234, 567, 89, 0], brng="MCG59")
2424
2525
# Use random state instance to generate 1000 random numbers from
26-
# Gamma(3, 1) distibution
26+
# Gamma(3, 1) distribution
2727
gsample = rs_vec.gamma(3, 1, size=1000)
2828
2929
When seed is not specified, the generator is initialized using system clock, e.g.:

_sources/reference/mrg32k3a.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ initialized with either an integral seed, a list of integral seeds, or automati
2323
rs_vec = mkl_random.RandomState([1234, 567, 89, 0], brng="MRG32k3a")
2424
2525
# Use random state instance to generate 1000 random numbers from
26-
# Gamma(3, 1) distibution
26+
# Gamma(3, 1) distribution
2727
gsample = rs_vec.gamma(3, 1, size=1000)
2828
2929
When seed is not specified, the generator is initialized using system clock, e.g.:

_sources/reference/mt2203.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ An individual member of the set can be addressed by using a tuple to specify the
3232
rs = mkl_random.RandomState([1234, 567, 89, 0], brng=("MT2203", 6023))
3333
3434
# Use random state instance to generate 1000 random numbers from
35-
# Gamma(3, 1) distibution
35+
# Gamma(3, 1) distribution
3636
gsample = rs_vec.gamma(3, 1, size=1000)
3737
3838
When seed is not specified, the generator is initialized using system clock, e.g.:

_sources/reference/philox4x32x10.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ initialized with either an integral seed, a list of integral seeds, or automati
2323
rs_vec = mkl_random.RandomState([1234, 567, 89, 0], brng="philox4x32x10")
2424
2525
# Use random state instance to generate 1000 random numbers from
26-
# Gamma(3, 1) distibution
26+
# Gamma(3, 1) distribution
2727
gsample = rs_vec.gamma(3, 1, size=1000)
2828
2929
When seed is not specified, the generator is initialized using system clock, e.g.:

_sources/reference/r250.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ initialized with either an integral seed, a list of integral seeds, or automati
2323
rs_vec = mkl_random.RandomState([1234, 567, 89, 0], brng="R250")
2424
2525
# Use random state instance to generate 1000 random numbers from
26-
# Gamma(3, 1) distibution
26+
# Gamma(3, 1) distribution
2727
gsample = rs_vec.gamma(3, 1, size=1000)
2828
2929
When seed is not specified, the generator is initialized using system clock, e.g.:

_sources/reference/sfmt19937.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ either an integral seed, a list of integral seeds, or automatically.
2323
rs_vec = mkl_random.RandomState([1234, 567, 89, 0], brng="SFMT19937")
2424
2525
# Use random state instance to generate 1000 random numbers from
26-
# Gamma distibution
26+
# Gamma distribution
2727
gsample = rs_vec.gamma(3, 1, size=1000)
2828
2929
When seed is not specified, the generator is initialized using system clock, e.g.:

0 commit comments

Comments
 (0)