RandomGraph[{n, m}] gives a pseudorandom graph with n vertices and m edges.RandomGraph[{n, m}, k] gives a list of k pseudorandom graphs.RandomGraph[gdist, ...] samples from ...
StarGraph[n] gives the star graph with n vertices S_n.
TuranGraph[n, k] gives the k-partite Turán graph with n vertices T n, k.
WeightedAdjacencyGraph[wmat] gives the graph with weighted adjacency matrix wmat.WeightedAdjacencyGraph[{v_1, v_2, ...}, wmat] gives the graph with vertices v_i and weighted ...
WheelGraph[n] gives the wheel graph with n vertices W_n.
Texture
(Built-in Mathematica Symbol) Texture[obj] is a graphics directive that specifies that obj should be used as a texture on faces of polygons and other filled graphics objects.
GraphicsGrid[{{g_11, g_12, ...}, ...}] generates a graphic in which the g_ij are laid out in a two-dimensional grid.
ParallelCombine[f, h[e_1, e_2, ...], comb] evaluates f[h[e_1, e_2, ...]] in parallel by distributing parts of the computation to all parallel kernels and combining the ...
ParallelTable[expr, {i_max}] generates in parallel a list of i_max copies of expr.ParallelTable[expr, {i, i_max}] generates in parallel a list of the values of expr when i ...
ReliefPlot[array] generates a relief plot of an array of height values.