41 - 50 of 92 for RandomChoiceSearch Results
View search results from all Wolfram sites (379 matches)
Nor   (Built-in Mathematica Symbol)
Nor[e_1, e_2, ...] is the logical NOR function. It evaluates its arguments in order, giving False immediately if any of them are True, and True if they are all False.
StringCount   (Built-in Mathematica Symbol)
StringCount["string", " sub"] gives a count of the number of times " sub" appears as a substring of " string". StringCount["string", patt] gives the number of substrings in " ...
TranslationTransform   (Built-in Mathematica Symbol)
TranslationTransform[v] gives a TransformationFunction that represents translation of points by a vector v.
VertexCount   (Built-in Mathematica Symbol)
VertexCount[g] gives a count of the number of vertices in the graph g.VertexCount[g, patt] gives a count of the number of vertices that match the pattern patt.
Some Special Plots   (Mathematica Tutorial)
As discussed in "The Structure of Graphics and Sound", Mathematica includes a full graphics programming language. In this language, you can set up many different kinds of ...
Line   (Built-in Mathematica Symbol)
Line[{pt_1, pt_2, ...}] is a graphics primitive that represents a line joining a sequence of points. Line[{{pt_11, pt_12, ...}, {pt_21, ...}, ...}] represents a collection of ...
And   (Built-in Mathematica Symbol)
e_1 && e_2 && ... is the logical AND function. It evaluates its arguments in order, giving False immediately if any of them are False, and True if they are all True.
Manipulator   (Built-in Mathematica Symbol)
Manipulator[x] represents a manipulator with setting x in the range 0 to 1. Manipulator[Dynamic[x]] takes the setting to be the dynamically updated current value of x, with ...
Tube   (Built-in Mathematica Symbol)
Tube[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] represents a 3D tube around the line joining a sequence of points.Tube[{pt_1, pt_2, ...}, r] represents a tube of radius ...
RandomVariate   (Built-in Mathematica Symbol)
RandomVariate[dist] gives a pseudorandom variate from the symbolic distribution dist.RandomVariate[dist, n] gives a list of n pseudorandom variates from the symbolic ...
1|2|3|4|5|6|7|8 ... 10 Previous Next

...