Skip to content

Commit c09017e

Browse files
sync with cpython df399a35
1 parent 0b22f96 commit c09017e

File tree

2 files changed

+998
-998
lines changed

2 files changed

+998
-998
lines changed

library/random.po

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.11\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-01-23 00:16+0000\n"
11+
"POT-Creation-Date: 2023-03-17 00:16+0000\n"
1212
"PO-Revision-Date: 2023-01-23 22:47+0800\n"
1313
"Last-Translator: Allen Wu <allen91.wu@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -775,7 +775,7 @@ msgid ""
775775
"combinatoric iterators in the :mod:`itertools` module:"
776776
msgstr ""
777777

778-
#: ../../library/random.rst:598
778+
#: ../../library/random.rst:599
779779
msgid ""
780780
"The default :func:`.random` returns multiples of 2⁻⁵³ in the range *0.0 ≤ x "
781781
"< 1.0*. All such numbers are evenly spaced and are exactly representable as "
@@ -787,7 +787,7 @@ msgstr ""
787787
"均勻分佈的,並且可以完全表示為 Python float。但是,該間隔中的許多其他可表示"
788788
"的 float 不是可能的選擇。 例如 ``0.05954861408025609`` 不是 2⁻⁵³ 的整數倍。"
789789

790-
#: ../../library/random.rst:604
790+
#: ../../library/random.rst:605
791791
msgid ""
792792
"The following recipe takes a different approach. All floats in the interval "
793793
"are possible selections. The mantissa comes from a uniform distribution of "
@@ -799,7 +799,7 @@ msgstr ""
799799
"數 < 2⁵³* 範圍內的整數均勻分佈。指數來自幾何分佈,其中小於 *-53* 的指數的出現"
800800
"頻率是下一個較大指數的一半。"
801801

802-
#: ../../library/random.rst:626
802+
#: ../../library/random.rst:627
803803
msgid ""
804804
"All :ref:`real valued distributions <real-valued-distributions>` in the "
805805
"class will use the new method::"
@@ -809,7 +809,7 @@ msgstr ""
809809
"\n"
810810
"::"
811811

812-
#: ../../library/random.rst:635
812+
#: ../../library/random.rst:636
813813
msgid ""
814814
"The recipe is conceptually equivalent to an algorithm that chooses from all "
815815
"the multiples of 2⁻¹⁰⁷⁴ in the range *0.0 ≤ x < 1.0*. All such numbers are "
@@ -822,7 +822,7 @@ msgstr ""
822822
"示的 Python float。(2⁻¹⁰⁷⁴ 是最小為正的非正規化 float,等於 ``math."
823823
"ulp(0.0)``)"
824824

825-
#: ../../library/random.rst:644
825+
#: ../../library/random.rst:645
826826
msgid ""
827827
"`Generating Pseudo-random Floating-Point Values <https://allendowney.com/"
828828
"research/rand/downey07randfloat.pdf>`_ a paper by Allen B. Downey describing "

0 commit comments

Comments
 (0)