Reproduction of networks and papers
1) Erdos-Renyi Network
2) Barabasi-Albert Network
3) Static Network
Using Numpy.random, makes lots of samples about links.
Choose links from samples until number of links reach to the link max
In Static Network, calculates weights and gives sampling probability weights.