Skip to content

Commit

Permalink
random
Browse files Browse the repository at this point in the history
  • Loading branch information
LibreRussia committed May 23, 2015
1 parent 116939c commit 41fb443
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 5 deletions.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/random.doctree
Binary file not shown.
1 change: 1 addition & 0 deletions docs/_build/html/_sources/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 11,7 @@
.. toctree::
:maxdepth: 2

random



Expand Down
3 changes: 3 additions & 0 deletions docs/_build/html/_sources/random.txt
Original file line number Diff line number Diff line change
@@ -1,3 1,6 @@

.. _python3-random:

Python 3: Генерация случайных чисел (модуль random)
===================================================

Expand Down
27 changes: 25 additions & 2 deletions docs/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 24,8 @@
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/translations.js"></script>
<link rel="top" title="Документация Python Summary 1" href="#" />
<link rel="top" title="Документация Python Summary 1" href="#" />
<link rel="next" title="Python 3: Генерация случайных чисел (модуль random)" href="random.html" />
</head>
<body>
<div class="related">
Expand All @@ -33,6 34,9 @@ <h3>Навигация</h3>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="Алфавитный указатель"
accesskey="I">указатель</a></li>
<li class="right" >
<a href="random.html" title="Python 3: Генерация случайных чисел (модуль random)"
accesskey="N">вперёд</a> |</li>
<li><a href="#">Документация Python Summary 1</a> &raquo;</li>
</ul>
</div>
Expand All @@ -46,7 50,20 @@ <h3>Навигация</h3>
<h1>Конспект по языку программирования Python<a class="headerlink" href="#python" title="Ссылка на этот заголовок"></a></h1>
<p>Оглавление:</p>
<div class="toctree-wrapper compound">
<ul class="simple">
<ul>
<li class="toctree-l1"><a class="reference internal" href="random.html">Python 3: Генерация случайных чисел (модуль random)</a><ul>
<li class="toctree-l2"><a class="reference internal" href="random.html#random-random">random.random</a></li>
<li class="toctree-l2"><a class="reference internal" href="random.html#random-seed">random.seed</a></li>
<li class="toctree-l2"><a class="reference internal" href="random.html#random-uniform">random.uniform</a></li>
<li class="toctree-l2"><a class="reference internal" href="random.html#random-randint">random.randint</a></li>
<li class="toctree-l2"><a class="reference internal" href="random.html#random-choince">random.choince</a></li>
<li class="toctree-l2"><a class="reference internal" href="random.html#random-randrange">random.randrange</a></li>
<li class="toctree-l2"><a class="reference internal" href="random.html#random-shuffle">random.shuffle</a></li>
<li class="toctree-l2"><a class="reference internal" href="random.html#id6">Вероятностные распределения</a></li>
<li class="toctree-l2"><a class="reference internal" href="random.html#id7">Примеры</a></li>
<li class="toctree-l2"><a class="reference internal" href="random.html#id9">Ссылки</a></li>
</ul>
</li>
</ul>
</div>
</div>
Expand All @@ -71,6 88,9 @@ <h3><a href="#">Оглавление</a></h3>
<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
</ul>

<h4>Следующий раздел</h4>
<p class="topless"><a href="random.html"
title="следующая глава">Python 3: Генерация случайных чисел (модуль random)</a></p>
<h3>Эта страница</h3>
<ul class="this-page-menu">
<li><a href="_sources/index.txt"
Expand Down Expand Up @@ -99,6 119,9 @@ <h3>Навигация</h3>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="Алфавитный указатель"
>указатель</a></li>
<li class="right" >
<a href="random.html" title="Python 3: Генерация случайных чисел (модуль random)"
>вперёд</a> |</li>
<li><a href="#">Документация Python Summary 1</a> &raquo;</li>
</ul>
</div>
Expand Down
Binary file modified docs/_build/html/objects.inv
Binary file not shown.
14 changes: 12 additions & 2 deletions docs/_build/html/random.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 24,8 @@
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/translations.js"></script>
<link rel="top" title="Документация Python Summary 1" href="index.html" />
<link rel="top" title="Документация Python Summary 1" href="index.html" />
<link rel="prev" title="Конспект по языку программирования Python" href="index.html" />
</head>
<body>
<div class="related">
Expand All @@ -33,6 34,9 @@ <h3>Навигация</h3>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="Алфавитный указатель"
accesskey="I">указатель</a></li>
<li class="right" >
<a href="index.html" title="Конспект по языку программирования Python"
accesskey="P">назад</a> |</li>
<li><a href="index.html">Документация Python Summary 1</a> &raquo;</li>
</ul>
</div>
Expand All @@ -43,7 47,7 @@ <h3>Навигация</h3>
<div class="body">

<div class="section" id="python-3-random">
<h1>Python 3: Генерация случайных чисел (модуль random)<a class="headerlink" href="#python-3-random" title="Ссылка на этот заголовок"></a></h1>
<span id="python3-random"></span><h1>Python 3: Генерация случайных чисел (модуль random)<a class="headerlink" href="#python-3-random" title="Ссылка на этот заголовок"></a></h1>
<blockquote class="epigraph">
<div><p><em>«Генерация случайных чисел слишком важна, чтобы оставлять её на волю случая»</em></p>
<p class="attribution">&mdash;&nbsp; Роберт Кавью</p>
Expand Down Expand Up @@ -243,6 247,9 @@ <h3><a href="index.html">Оглавление</a></h3>
</li>
</ul>

<h4>Предыдущий раздел</h4>
<p class="topless"><a href="index.html"
title="предыдущая глава">Конспект по языку программирования Python</a></p>
<h3>Эта страница</h3>
<ul class="this-page-menu">
<li><a href="_sources/random.txt"
Expand Down Expand Up @@ -271,6 278,9 @@ <h3>Навигация</h3>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="Алфавитный указатель"
>указатель</a></li>
<li class="right" >
<a href="index.html" title="Конспект по языку программирования Python"
>назад</a> |</li>
<li><a href="index.html">Документация Python Summary 1</a> &raquo;</li>
</ul>
</div>
Expand Down
Loading

0 comments on commit 41fb443

Please sign in to comment.