from pycomplexnet import generators
net = generators.random_network(1000,0.1)
Check also the notebooks folder for examples.
Using Python 3.
python setup.py test
from pycomplexnet import generators
net = generators.random_network(1000,0.1)
Check also the notebooks folder for examples.
Using Python 3.
python setup.py test