Skip to content

Commit

Permalink
非推奨となったRandom関数のlcg_value()について (#160)
Browse files Browse the repository at this point in the history
* session.sid_lengthとsession.sid_bits_per_characterの非推奨について追記

* 非推奨となったRandom関数のlcg_valueについて

* EN-Revisionの追記忘れ
  • Loading branch information
jdkfx authored Nov 9, 2024
1 parent 53e23a8 commit 5df57fb
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions reference/random/functions/lcg-value.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 67f40681074b41ddac0e11b6675df3d628a0da62 Maintainer: hirokawa Status: ready -->
<!-- Credits: mumumu -->
<!-- EN-Revision: af621f747bd54d2cbec62340a10cc7c76a082a42 Maintainer: hirokawa Status: ready -->
<!-- Credits: mumumu,jdkfx -->
<refentry xml:id="function.lcg-value" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>lcg_value</refname>
<refpurpose>複合線形合同法</refpurpose>
</refnamediv>

<refsynopsisdiv>
&warn.deprecated.function-8-4-0;
</refsynopsisdiv>

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
Expand Down Expand Up @@ -44,6 +49,29 @@
浮動小数点数で返します。
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
この関数は非推奨となりました。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down

0 comments on commit 5df57fb

Please sign in to comment.