Salome HOME
Minor documentation review corrections for bounds
[modules/adao.git] / doc / en / snippets / SampleAsIndependantRandomVariables.rst
index e9a83db113db041a27eab14eef14030c00a5a9d9..34702d51c5f13f4becfa922d2aeb19eca49164f6 100644 (file)
@@ -9,7 +9,9 @@ SampleAsIndependantRandomVariables
   axis. The possible distributions are 'normal' of parameters (mean,std),
   'lognormal' of parameters (mean,sigma), 'uniform' of parameters (low,high),
   or 'weibull' of parameter (shape). That is then a list of the same size than
-  the one of the state.
+  the one of the state. By nature, the points are included in the unbounded or
+  bounded domain, depending on the characteristics of the distributions chosen
+  for each variable.
 
   Example :
   ``{"SampleAsIndependantRandomVariables":[['normal',[0.,1.],3], ['uniform',[-2,2],4]]}`` for a state space of dimension 2.