Barabasi-Albert preferential attachment graph.
Start with m+1 fully connected nodes, then add n-(m+1) nodes,
each connecting to m existing nodes with probability proportional to degree.
Watts-Strogatz small-world graph.
Start with a ring lattice where each node connects to k nearest neighbors,
then rewire each edge with probability beta.