<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/doc/reference/randomness.rst, branch v2.5</title>
<subtitle>github.com: networkx/networkx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/'/>
<entry>
<title>Remove trailing spaces</title>
<updated>2020-07-10T16:34:39+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2020-07-10T04:59:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=cea08c3bb8ca5aa2e167d534b0c5629205733762'/>
<id>cea08c3bb8ca5aa2e167d534b0c5629205733762</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify random state treatment across package (#3058)</title>
<updated>2018-07-16T16:49:35+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2018-07-16T16:49:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=bbf624a2e8a621bb5be3bc0937b8d286fe389e0c'/>
<id>bbf624a2e8a621bb5be3bc0937b8d286fe389e0c</id>
<content type='text'>
Fixes #1764 

* Add a doc page to explain random number generator handling

* replace deprecated numpy.random.random_integers with randint

* First set of random_state decorator updates... utils and some generators

* protect numpy import from failure is not there

* fix doctests in randomness.rst

* Update algorithms for new random_state paradigm

* Fix tests dependent on python version

* Update random_state paradigm in rest of the modules

* fix tests for wierd cases.

windows 32bit doesn't like big seeds.
smallworld wasn't sending seed to utils.discrete_sequence

* Add tests.  Rewrite randomstate interface class to fix tests

* anogther tweak for osx with no deps

* improve doc examples for seed. Check all functions for seed independence.

Calling with int seed should not affect global RNG

* Add testing script and add more variates to RandomInterface

* fix typo and remove unneeded file causing nodetest trouble

* fix doctest for randomness.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1764 

* Add a doc page to explain random number generator handling

* replace deprecated numpy.random.random_integers with randint

* First set of random_state decorator updates... utils and some generators

* protect numpy import from failure is not there

* fix doctests in randomness.rst

* Update algorithms for new random_state paradigm

* Fix tests dependent on python version

* Update random_state paradigm in rest of the modules

* fix tests for wierd cases.

windows 32bit doesn't like big seeds.
smallworld wasn't sending seed to utils.discrete_sequence

* Add tests.  Rewrite randomstate interface class to fix tests

* anogther tweak for osx with no deps

* improve doc examples for seed. Check all functions for seed independence.

Calling with int seed should not affect global RNG

* Add testing script and add more variates to RandomInterface

* fix typo and remove unneeded file causing nodetest trouble

* fix doctest for randomness.rst
</pre>
</div>
</content>
</entry>
</feed>
