Skip to content

Commit da61aeb

Browse files
Deploy: dd1350b
1 parent 6aec71f commit da61aeb

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

reference/api.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3178,9 +3178,8 @@
31783178
<dl class="py method">
31793179
<dt class="sig sig-object py" id="mkl_random.RandomState.tomaxint">
31803180
<span class="sig-name descname"><span class="pre">tomaxint</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">size</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#mkl_random.RandomState.tomaxint" title="Link to this definition"></a></dt>
3181-
<dd><p>Random integers between 0 and <code class="docutils literal notranslate"><span class="pre">sys.maxint</span></code>, inclusive.</p>
3182-
<p>Return a sample of uniformly distributed random integers in the interval
3183-
[0, <code class="docutils literal notranslate"><span class="pre">sys.maxint</span></code>].</p>
3181+
<dd><p>Return a sample of uniformly distributed random integers in the interval
3182+
[0, <code class="docutils literal notranslate"><span class="pre">np.iinfo(&quot;long&quot;).max</span></code>].</p>
31843183
<dl class="field-list simple">
31853184
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
31863185
<dd class="field-odd"><p><strong>size</strong> (<em>int</em><em> or </em><em>tuple</em><em> of </em><em>ints</em><em>, </em><em>optional</em>) – Output shape. If the given shape is, e.g., <code class="docutils literal notranslate"><span class="pre">(m,</span> <span class="pre">n,</span> <span class="pre">k)</span></code>, then

0 commit comments

Comments
 (0)