An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# RandomGraphs.jl

[![Build Status](https://travis-ci.org/arnim/RandomGraphs.jl.svg?branch=master)](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#).