$KernelID is a unique ID number assigned to each running parallel kernel.
int MLGetType (MLINK link) gets the type of the current object on the MathLink connection specified by link.
InversionPoset[n] returns a Hasse diagram of the partially ordered set on size-n permutations in which p < q if q can be obtained from p by an adjacent transposition that ...
PartitionLattice[n] returns a Hasse diagram of the partially ordered set on set partitions of 1 through n in which p < q if q is finer than p, that is, each block in q is ...
RandomPermutation[gr] gives a pseudorandom permutation in the permutation group gr.RandomPermutation[gr, n] gives a list of n pseudorandom permutations in the permutation ...
void MTensor_setComplex (MTensor t, mint*pos, mcomplex value) sets a single element of an MTensor of complex type.
EigenvectorCentrality[g] gives a list of eigenvector centralities for the vertices in the graph g.EigenvectorCentrality[g, "In"] gives a list of in-centralities for a ...
int MLEndPacket (MLINK link) inserts an indicator in the expression stream that says the current expression is complete and is ready to be sent.
Base64
(Mathematica Import/Export Format) Base64 binary to text encoding. Encodes binary data as a sequence of printable ASCII characters. Commonly used for the transfer of binary content by email. The Base64 ...
HarmonicMean[list] gives the harmonic mean of the values in list.