randomgraph
Version:
A small library for generating, well, random graphs. Not that many models at the moment, feel free to jump in and add some more. The algorithms were partly ported and double-checked with the Gephi implementations.
23 lines (22 loc) • 693 B
JSON
{
"name": "randomgraph",
"version": "0.1.3",
"author": "Gregor Aisch <mail@driven-by-data.net>",
"description": "A small library for generating, well, random graphs. Not that many models at the moment, feel free to jump in and add some more. The algorithms were partly ported and double-checked with the Gephi implementations.",
"main": "./randomgraph",
"keywords": [
"graph",
"network",
"random",
"sna",
"social network analysis",
"Erdős–Rényi",
"Watts-Strogatz",
"Barabási–Albert"
],
"license": "Public Domain",
"repository": {
"type": "git",
"url": "https://github.com/gka/randomgraph.js"
}
}