https://github.com/arnim/randomgraphs.jl
Random Graphs package for for Julia
https://github.com/arnim/randomgraphs.jl
Last synced: 1 day ago
JSON representation
Random Graphs package for for Julia
- Host: GitHub
- URL: https://github.com/arnim/randomgraphs.jl
- Owner: arnim
- License: mit
- Created: 2014-04-24T09:53:10.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-07T00:19:13.000Z (about 12 years ago)
- Last Synced: 2025-01-03T20:42:51.058Z (over 1 year ago)
- Language: Julia
- Size: 334 KB
- Stars: 7
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
# RandomGraphs.jl
[](https://travis-ci.org/arnim/RandomGraphs.jl)
RandomGraphs.jl is a Julia package that provides algorithms for the generation of random graphs. The package builds on [Graphs.jl](http://github.com/JuliaLang/Graphs.jl), yet provides the necessary dependencies (e.g. for sampling) to generate random graphs.
## Installation
```julia
Pkg.clone("git://github.com/arnim/RandomGraphs.jl.git")
```
## Documentation
The documentation can be read [online](http://randomgraphsjl.readthedocs.org/en/latest/index.html#).