summaryrefslogtreecommitdiff
path: root/reference/generated/networkx.utils.misc.create_random_state.html
diff options
context:
space:
mode:
Diffstat (limited to 'reference/generated/networkx.utils.misc.create_random_state.html')
-rw-r--r--reference/generated/networkx.utils.misc.create_random_state.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/reference/generated/networkx.utils.misc.create_random_state.html b/reference/generated/networkx.utils.misc.create_random_state.html
index 3799ee6b..1e84053e 100644
--- a/reference/generated/networkx.utils.misc.create_random_state.html
+++ b/reference/generated/networkx.utils.misc.create_random_state.html
@@ -528,8 +528,8 @@ depending on input.</p>
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><dl class="simple">
<dt><strong>random_state</strong><span class="classifier">int or NumPy RandomState or Generator instance, optional (default=None)</span></dt><dd><p>If int, return a numpy.random.RandomState instance set with seed=int.
-if <a class="reference external" href="https://numpy.org/doc/stable/reference/random/legacy.html#numpy.random.RandomState" title="(in NumPy v1.23)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">numpy.random.RandomState</span></code></a> instance, return it.
-if <a class="reference external" href="https://numpy.org/doc/stable/reference/random/generator.html#numpy.random.Generator" title="(in NumPy v1.23)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">numpy.random.Generator</span></code></a> instance, return it.
+if <a class="reference external" href="https://numpy.org/doc/stable/reference/random/legacy.html#numpy.random.RandomState" title="(in NumPy v1.24)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">numpy.random.RandomState</span></code></a> instance, return it.
+if <a class="reference external" href="https://numpy.org/doc/stable/reference/random/generator.html#numpy.random.Generator" title="(in NumPy v1.24)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">numpy.random.Generator</span></code></a> instance, return it.
if None or numpy.random, return the global random number generator used
by numpy.random.</p>
</dd>