A=randnet_er(n,p) generates a random Gnp graph with n vertices and where
the probability of each edge is p. The resulting graph is symmetric.
This function is different from the Boost Graph library version, it was
reimplemented natively in Matlab.
Example
A = randnet_erdosreyni(100,0.05);
See Also
randnet_rl, randnet_sw
Systems Biology and Evolution Toolbox (SBEToolbox).
Authors: James Cai, Kranti Konganti.
(C) Texas A&M University.
$LastChangedDate: 2012-07-25 15:41:42 -0500 (Wed, 25 Jul 2012) $
$LastChangedRevision: 215 $
$LastChangedBy: konganti $