diff options
-rw-r--r-- | source/text/scalc/01/02140700.xhp | 52 |
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> |