1%feature("docstring") OT::RandomDirection
2"Sampling following the random direction strategy.
3
4Available constructor:
5    RandomDirection()
6
7    RandomDirection(*dimension*)
8
9Parameters
10----------
11dimension : integer
12    The dimension of the standard space. By default, :math:`dimension = 0` but
13    automatically updated by the calling class.
14
15See also
16--------
17OrthogonalDirection
18
19Notes
20-----
21The RandomDirection strategy is the following : we generate some points on the
22sphere unity in the standard space according to the uniform distribution and we
23consider both opposite directions so built."
24
25// ---------------------------------------------------------------------
26
27%feature("docstring") OT::RandomDirection::generate
28"Generate the sample.
29
30Returns
31-------
32sample : :class:`~openturns.Sample`
33    The sample generated in two opposite random directions."
34
35