Graphs.jl icon indicating copy to clipboard operation
Graphs.jl copied to clipboard

Add Bernoulli random graph

Open aurorarossi opened this issue 2 years ago • 5 comments

With this PR I add the Bernoulli random graph and the $\rho$-correlated Bernoulli random graphs generators.

aurorarossi avatar Dec 12 '22 17:12 aurorarossi

Codecov Report

Merging #200 (64fc9ec) into master (34743a5) will decrease coverage by 0.05%. The diff coverage is 100.00%.

:exclamation: Current head 64fc9ec differs from pull request most recent head 1d326cb. Consider uploading reports for the commit 1d326cb to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #200      +/-   ##
==========================================
- Coverage   97.28%   97.24%   -0.05%     
==========================================
  Files         115      114       -1     
  Lines        6789     6610     -179     
==========================================
- Hits         6605     6428     -177     
+ Misses        184      182       -2     

codecov[bot] avatar Dec 13 '22 10:12 codecov[bot]

Great! have you also thought about some functions for the directed case?

simonschoelly avatar Dec 15 '22 20:12 simonschoelly

Great! have you also thought about some functions for the directed case?

I have just implemented the generator described in this paper , I have no knowledge of a directed case.

aurorarossi avatar Jun 20 '23 11:06 aurorarossi

@aurorarossi is this good to go?

gdalle avatar Feb 21 '24 13:02 gdalle

Side note, this might be linked to #212

gdalle avatar Mar 05 '24 09:03 gdalle