Skip to content

Commit 5df57fb

Browse files
authored
非推奨となったRandom関数のlcg_value()について (#160)
* session.sid_lengthとsession.sid_bits_per_characterの非推奨について追記 * 非推奨となったRandom関数のlcg_valueについて * EN-Revisionの追記忘れ
1 parent 53e23a8 commit 5df57fb

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

reference/random/functions/lcg-value.xml

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 67f40681074b41ddac0e11b6675df3d628a0da62 Maintainer: hirokawa Status: ready -->
4-
<!-- Credits: mumumu -->
3+
<!-- EN-Revision: af621f747bd54d2cbec62340a10cc7c76a082a42 Maintainer: hirokawa Status: ready -->
4+
<!-- Credits: mumumu,jdkfx -->
55
<refentry xml:id="function.lcg-value" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
77
<refname>lcg_value</refname>
88
<refpurpose>複合線形合同法</refpurpose>
99
</refnamediv>
10+
11+
<refsynopsisdiv>
12+
&warn.deprecated.function-8-4-0;
13+
</refsynopsisdiv>
14+
1015
<refsect1 role="description">
1116
&reftitle.description;
1217
<methodsynopsis>
@@ -44,6 +49,29 @@
4449
浮動小数点数で返します。
4550
</para>
4651
</refsect1>
52+
53+
<refsect1 role="changelog">
54+
&reftitle.changelog;
55+
<informaltable>
56+
<tgroup cols="2">
57+
<thead>
58+
<row>
59+
<entry>&Version;</entry>
60+
<entry>&Description;</entry>
61+
</row>
62+
</thead>
63+
<tbody>
64+
<row>
65+
<entry>8.4.0</entry>
66+
<entry>
67+
この関数は非推奨となりました。
68+
</entry>
69+
</row>
70+
</tbody>
71+
</tgroup>
72+
</informaltable>
73+
</refsect1>
74+
4775
<refsect1 role="seealso">
4876
&reftitle.seealso;
4977
<para>

0 commit comments

Comments
 (0)