Interleaving is an option for Image and related functions that specifies whether data corresponding to different channels in an object such as an image should be interleaved.
Khinchin is Khinchin's constant, with numerical value \[TildeEqual] 2.68545.
Large
(Built-in Mathematica Symbol) Large is a style or option setting that specifies that objects should be large.
LibraryLoad[lib] loads the dynamic library lib into the Mathematica runtime.
MaxMemoryUsed[] gives the maximum number of bytes used to store all data for the current Mathematica session.
Mouseover[expr, over] represents an object that displays as over when the mouse pointer is over it, and as expr otherwise.
Needs
(Built-in Mathematica Symbol) Needs["context`"] loads an appropriate file if the specified context is not already in $Packages. Needs["context`", " file"] loads file if the specified context is not ...
Padding
(Built-in Mathematica Symbol) Padding is an option to various array and image operations that specifies what padding to use when extending beyond the original data specified.
PreemptProtect[expr] evaluates expr, without any interruption from preemptive evaluations.
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 ...