summaryrefslogtreecommitdiff
path: root/networkx/generators/random_graphs.py
Commit message (Expand)AuthorAgeFilesLines
* Cleans documentation for generators.random_graphsJeffrey Finkelstein2015-05-081-120/+160
* Fix copyrightsJGab2015-04-211-1/+1
* A little more docstring cleanup for `duplication_divergence_graph`.chebee7i2014-08-051-9/+11
* Double backticks for source code in documentation.chebee7i2014-08-051-1/+1
* PEP 8 and other minor code edits.chebee7i2014-08-051-18/+28
* fixed typo...Zichen Wang2014-07-031-1/+1
* modified the range for retention probability to (0,1] in the exception messageZichen Wang2014-07-031-1/+1
* modified the range of allowed retention probabilitywangz102014-07-031-1/+1
* cleaned up left over codeswangz102014-07-031-1/+0
* added DD graph to __all__wangz102014-07-031-0/+1
* added DD modelwangz102014-07-031-43/+0
* Merge remote-tracking branch 'upstream/master'wangz102014-07-031-0/+3
|\
| * Return empty graph for random 0-regular graphjfinkels2014-04-021-0/+3
* | Merge branch 'master' of https://github.com/wangz10/networkxwangz102014-07-031-0/+44
|\ \
| * | started random walk graphZichen Wang2014-05-191-0/+44
* | | added dd model generatorwangz102014-07-031-0/+55
| |/ |/|
* | Directed Gnp model (fast version) has wrong start indexAric Hagberg2014-03-061-2/+5
|/
* Remove spurious debugging print statementsDan Schult2013-07-181-2/+0
* Moved check for G.degree(u)<n-1 to inner loopDan Schult2013-07-181-6/+14
* Clean up white spaceDan Schult2013-07-181-101/+101
* Allow larger number of neighbors in watts_strogatz_graph and newman_watts_str...Andreas Amann2013-06-271-8/+8
* remove create_using option. marginal improvement of testsAric Hagberg2011-11-181-54/+17
* Random regular graph should return graph...Aric Hagberg2011-09-161-12/+2
* remove spurious lineAric Hagberg2011-06-261-1/+0
* Avoid self loops in directed version of fast_gnpAric Hagberg2011-06-261-1/+6
* Missing directed= keywordAric Hagberg2011-06-261-1/+1
* Use single return.Aric Hagberg2011-03-111-2/+1
* Return digraph. Add tests.Aric Hagberg2011-03-111-0/+1
* Use more pythonic style in fast_gnpAric Hagberg2011-03-111-21/+21
* directed version of fast_gnpAric Hagberg2011-03-111-11/+25
* Bug in create_using.Aric Hagberg2011-01-151-3/+6
* Remove create_using arguments in gnp,gnm random graph generators in favor of ...Aric Hagberg2011-01-151-61/+43
* Add patch by Jesus Cerquides to correct powerlaw_cluster_graph.Dan Schult2011-01-131-5/+13
* Do something reasonable in fast_gnp_random_graph() when p<=0Aric Hagberg2010-10-191-7/+14
* Use permuations/combinations to unify gnp_random_graph and directed_gnp_rando...Aric Hagberg2010-10-191-53/+12
* Correct connected_components import. Fixes #405aric2010-08-231-5/+2
* Fix some references with URLsaric2010-08-041-1/+1
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-54/+17
* Use correct import statement.aric2010-07-231-1/+1
* Raise error when k>=n/2 in watts-strogatz graphs.aric2010-06-241-0/+4
* Use standard "import networkx as nx" in all modulesaric2010-04-171-29/+29
* Add directed version of Gnparic2010-04-091-1/+53
* Move convert_node_labels_to_integers() and relabel_nodes() to convert.pyaric2010-03-231-3/+3
* Add checks/tests for create_using in bipartite.py,random.py,degree_seq.pydschult2009-10-111-29/+52
* Remove spurious create_using in sequence calldschult2009-10-101-1/+0
* Add parameters in docstrings.aric2009-10-041-0/+11
* Clean up docstrings.aric2009-10-041-199/+214
* Minor doc changes to scale_free_graph.dschult2009-09-091-1/+1
* Add create_using parameter to every generator function.cellison2009-09-091-51/+88
* License change to BSD.aric2009-08-261-2/+2