RandomImage[max, {w, h}] gives an image of dimensions {w, h} with pseudorandom pixel values generated from a uniform distribution in the range 0 to max.RandomImage[{min, ...
Rational is the head used for rational numbers.
expr /. rules applies a rule or list of rules in an attempt to transform each subpart of an expression expr.
RootOfUnityQ[a] yields True if a is a root of unity, and yields False otherwise.
lhs :> rhs or lhs :> rhs represents a rule that transforms lhs to rhs, evaluating rhs only after the rule is used.
RunScheduledTask[expr] schedules and starts a task that will repeatedly evaluate expr once per second.RunScheduledTask[expr, time] schedules and starts a task that will ...
SatisfiabilityInstances[bf] attempts to find a choice of variables that makes the Boolean function bf yield True.SatisfiabilityInstances[expr, {a_1, a_2, ...}] attempts to ...
SawtoothWave[x] gives a sawtooth wave that varies from 0 to 1 with unit period.SawtoothWave[{min, max}, x] gives a sawtooth wave that varies from min to max with unit period.
SetPrecision[expr, p] yields a version of expr in which all numbers have been set to have precision p.
ShapiroWilkTest[data] tests whether data is normally distributed using the Shapiro\[Dash]Wilk test.ShapiroWilkTest[data, " property"] returns the value of " property".