PriceGraphDistribution
PriceGraphDistribution[n, k, a] represents a de Solla Price graph distribution for n-vertex graphs where a new vertex with k edges is added at each step, using attractiveness parameter a.
Examples
RandomGraph[PriceGraphDistribution[100, 2, 1]]PriceGraphDistribution[50, 3, 0.5]Please visit the official Wolfram Language Reference for more details.