summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@edx.srv.br>2014-08-30 16:01:23 -0300
committerOlivier Hallot <olivier.hallot@edx.srv.br>2014-08-31 17:15:22 -0500
commita10e3f5e2f342a147b9f6d8e0912e7d3f0d4ae47 (patch)
tree5a7c02607fbc9384978a1bbcf58fc11b7cc011d1
parent18f215920e94df8383c1e30f8eb0a93c3e076016 (diff)
Help page for Fill random numbers for new dialog
for new dialog layout. See ac5e002e941dadc274e97b4c3afc009b6e5adbd4 Change-Id: I2f371a2ac2960c5905845761370b7e99a0a1d3ed Reviewed-on: https://gerrit.libreoffice.org/11207 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
-rw-r--r--source/text/scalc/01/02140700.xhp52
1 files changed, 12 insertions, 40 deletions
diff --git a/source/text/scalc/01/02140700.xhp b/source/text/scalc/01/02140700.xhp
index fff36fbf91..52898c25ea 100644
--- a/source/text/scalc/01/02140700.xhp
+++ b/source/text/scalc/01/02140700.xhp
@@ -43,45 +43,9 @@
<paragraph id="hd_id2308201415431880497" role="heading" xml-lang="en-US" level="3">Distribution</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/randomnumbergenerator/RandomNumberGeneratorDialog/distribution-combo" id="bm_id2308201416384294287" localize="false"/>
<paragraph id="par_id2308201415431874867" role="paragraph" xml-lang="en-US"><ahelp hid="">The distribution function for the random number generator.</ahelp></paragraph>
-<paragraph id="par_id2308201416441240058" role="paragraph" xml-lang="en-US">Valid distributions function are</paragraph>
-<list type="unordered">
-<listitem>
-<paragraph id="par_id2308201415431818046" role="ul_item" xml-lang="en-US">Uniform</paragraph>
-</listitem>
-<listitem>
-<paragraph id="par_id2308201415431825918" role="ul_item" xml-lang="en-US">Uniform Integer</paragraph>
-</listitem>
-<listitem>
-<paragraph id="par_id2308201415431836211" role="ul_item" xml-lang="en-US">Normal</paragraph>
-</listitem>
-<listitem>
-<paragraph id="par_id2308201415431849631" role="ul_item" xml-lang="en-US">Cauchy</paragraph>
-</listitem>
-<listitem>
-<paragraph id="par_id2308201415431835163" role="ul_item" xml-lang="en-US">Bernoulli</paragraph>
-</listitem>
-<listitem>
-<paragraph id="par_id2308201415431855317" role="ul_item" xml-lang="en-US">Binomial</paragraph>
-</listitem>
-<listitem>
-<paragraph id="par_id2308201415431846096" role="ul_item" xml-lang="en-US">Chi Squared</paragraph>
-</listitem>
-<listitem>
-<paragraph id="par_id2308201415431871139" role="ul_item" xml-lang="en-US">Geometric</paragraph>
-</listitem>
-<listitem>
-<paragraph id="par_id2308201415431873378" role="ul_item" xml-lang="en-US">Negative Binomial</paragraph>
-</listitem></list>
-<paragraph id="hd_id2308201415431832932" role="heading" xml-lang="en-US" level="3">Enable custom seed</paragraph>
-<paragraph id="par_id2308201415431841782" role="paragraph" xml-lang="en-US">Set the initial value of the random number generator to a known value <emph>Seed.</emph></paragraph>
-<paragraph id="hd_id2308201415431881107" role="heading" xml-lang="en-US" level="3">Seed</paragraph>
-<paragraph id="par_id2308201415431834837" role="paragraph" xml-lang="en-US">Value set to initiate the random number generator algorithm. It is used to initialize (seed) the random number generator in order to reproduce the same sequence of pseudorandom numbers. Specify a positive integer number (1, 2, ...) to produce a specific sequence, or leave the field blank if you don't need this particular feature.</paragraph>
-<paragraph id="hd_id2308201415431875641" role="heading" xml-lang="en-US" level="3">Enable rounding</paragraph>
-<paragraph id="par_id2308201415431822157" role="paragraph" xml-lang="en-US">Truncate the number to a given number of <emph>Decimal Places</emph>.</paragraph>
-<paragraph id="hd_id2308201415431826506" role="heading" xml-lang="en-US" level="3">Decimal places</paragraph>
-<paragraph id="par_id2308201415431820502" role="paragraph" xml-lang="en-US">Number of decimal places of the numbers generated.</paragraph>
-<paragraph id="hd_id2308201415431872246" role="heading" xml-lang="en-US" level="2">Parameters</paragraph>
-<paragraph id="par_id2308201415431897703" role="paragraph" xml-lang="en-US">Depending on the selected distribution, the parameters describe properties for the number generators. The table below summarizes the parameters of each distribution:</paragraph>
+<paragraph id="par_id2308201416441240058" role="paragraph" xml-lang="en-US">Valid distributions function and their parameters are</paragraph>
+
+
<table id="Tabela1">
<tablerow>
<tablecell>
@@ -211,7 +175,15 @@
</tablecell>
</tablerow>
</table>
-
+<paragraph id="hd_id2308201415431232932" role="heading" xml-lang="en-US" level="2">Options</paragraph>
+<paragraph id="hd_id2308201415431832932" role="heading" xml-lang="en-US" level="3">Enable custom seed</paragraph>
+<paragraph id="par_id2308201415431841782" role="paragraph" xml-lang="en-US">Set the initial value of the random number generator to a known value <emph>Seed.</emph></paragraph>
+<paragraph id="hd_id2308201415431881107" role="heading" xml-lang="en-US" level="3">Seed</paragraph>
+<paragraph id="par_id2308201415431834837" role="paragraph" xml-lang="en-US">Value set to initiate the random number generator algorithm. It is used to initialize (seed) the random number generator in order to reproduce the same sequence of pseudorandom numbers. Specify a positive integer number (1, 2, ...) to produce a specific sequence, or leave the field blank if you don't need this particular feature.</paragraph>
+<paragraph id="hd_id2308201415431875641" role="heading" xml-lang="en-US" level="3">Enable rounding</paragraph>
+<paragraph id="par_id2308201415431822157" role="paragraph" xml-lang="en-US">Truncate the number to a given number of <emph>Decimal Places</emph>.</paragraph>
+<paragraph id="hd_id2308201415431826506" role="heading" xml-lang="en-US" level="3">Decimal places</paragraph>
+<paragraph id="par_id2308201415431820502" role="paragraph" xml-lang="en-US">Number of decimal places of the numbers generated.</paragraph>
<section id="relatedtopics">
<paragraph id="par_id230820141705438801" role="paragraph" xml-lang="en-US">For more information on the distributions, see the Wikipedia</paragraph>
</section>