| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
IGraph.Generators
Synopsis
Documentation
Arguments
| :: Graph d | |
| => ErdosRenyiModel | |
| -> d | directed |
| -> Bool | self-loop |
| -> IO (LGraph d () ()) |
Generates a random graph with a given degree sequence.
haskell-igraph-0.4.0: Haskell interface of the igraph library.
| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
IGraph.Generators
Arguments
| :: Graph d | |
| => ErdosRenyiModel | |
| -> d | directed |
| -> Bool | self-loop |
| -> IO (LGraph d () ()) |
Generates a random graph with a given degree sequence.