7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.7\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2021-09-13 00:11 +0000\n "
10
+ "POT-Creation-Date : 2021-10-19 00:12 +0000\n "
11
11
"PO-Revision-Date : 2018-05-23 16:09+0000\n "
12
12
"
Last-Translator :
Adrian Liaw <[email protected] >\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -559,15 +559,15 @@ msgid ""
559
559
"Simulation of arrival times and service deliveries for a multiserver queue::"
560
560
msgstr ""
561
561
562
- #: ../../library/random.rst:531
562
+ #: ../../library/random.rst:532
563
563
msgid ""
564
564
"`Statistics for Hackers <https://www.youtube.com/watch?v=Iq9DzN6mvYA>`_ a "
565
565
"video tutorial by `Jake Vanderplas <https://us.pycon.org/2016/speaker/"
566
566
"profile/295/>`_ on statistical analysis using just a few fundamental "
567
567
"concepts including simulation, sampling, shuffling, and cross-validation."
568
568
msgstr ""
569
569
570
- #: ../../library/random.rst:537
570
+ #: ../../library/random.rst:538
571
571
msgid ""
572
572
"`Economics Simulation <http://nbviewer.jupyter.org/url/norvig.com/ipython/"
573
573
"Economics.ipynb>`_ a simulation of a marketplace by `Peter Norvig <http://"
@@ -576,7 +576,7 @@ msgid ""
576
576
"choice, triangular, and randrange)."
577
577
msgstr ""
578
578
579
- #: ../../library/random.rst:544
579
+ #: ../../library/random.rst:545
580
580
msgid ""
581
581
"`A Concrete Introduction to Probability (using Python) <http://nbviewer."
582
582
"jupyter.org/url/norvig.com/ipython/Probability.ipynb>`_ a tutorial by `Peter "
@@ -585,11 +585,11 @@ msgid ""
585
585
"Python."
586
586
msgstr ""
587
587
588
- #: ../../library/random.rst:552
588
+ #: ../../library/random.rst:553
589
589
msgid "Recipes"
590
590
msgstr ""
591
591
592
- #: ../../library/random.rst:554
592
+ #: ../../library/random.rst:555
593
593
msgid ""
594
594
"The default :func:`.random` returns multiples of 2⁻⁵³ in the range *0.0 ≤ x "
595
595
"< 1.0*. All such numbers are evenly spaced and are exactly representable as "
@@ -598,7 +598,7 @@ msgid ""
598
598
"integer multiple of 2⁻⁵³."
599
599
msgstr ""
600
600
601
- #: ../../library/random.rst:560
601
+ #: ../../library/random.rst:561
602
602
msgid ""
603
603
"The following recipe takes a different approach. All floats in the interval "
604
604
"are possible selections. The mantissa comes from a uniform distribution of "
@@ -607,13 +607,13 @@ msgid ""
607
607
"often as the next larger exponent."
608
608
msgstr ""
609
609
610
- #: ../../library/random.rst:582
610
+ #: ../../library/random.rst:583
611
611
msgid ""
612
612
"All :ref:`real valued distributions <real-valued-distributions>` in the "
613
613
"class will use the new method::"
614
614
msgstr ""
615
615
616
- #: ../../library/random.rst:591
616
+ #: ../../library/random.rst:592
617
617
msgid ""
618
618
"The recipe is conceptually equivalent to an algorithm that chooses from all "
619
619
"the multiples of 2⁻¹⁰⁷⁴ in the range *0.0 ≤ x < 1.0*. All such numbers are "
@@ -622,7 +622,7 @@ msgid ""
622
622
"and is equal to ``math.ulp(0.0)``.)"
623
623
msgstr ""
624
624
625
- #: ../../library/random.rst:600
625
+ #: ../../library/random.rst:601
626
626
msgid ""
627
627
"`Generating Pseudo-random Floating-Point Values <https://allendowney.com/"
628
628
"research/rand/downey07randfloat.pdf>`_ a paper by Allen B. Downey describing "
0 commit comments