File tree Expand file tree Collapse file tree 7 files changed +14
-48
lines changed Expand file tree Collapse file tree 7 files changed +14
-48
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 550b9c3c31a66c18c9303794c12260bf5c684fed Maintainer: mumumu Status: ready -->
4
- <book xml : id =" book.random" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
3
+ <!-- EN-Revision: 1bcc40f8134305cbebf6c8378ee7e5fc8c569674 Maintainer: mumumu Status: ready -->
4
+ <book xml : id =" book.random" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" annotations = " interactive " >
5
5
<?phpdoc extension-membership =" core" ?>
6
6
<title >乱数生成器および、乱数関連の関数</title >
7
7
<titleabbrev >Random</titleabbrev >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: c4f24e2eef1a3c970c491c0ee8cbc1f290ff023a Maintainer: mumumu Status: ready -->
3
+ <!-- EN-Revision: 1bcc40f8134305cbebf6c8378ee7e5fc8c569674 Maintainer: mumumu Status: ready -->
4
4
<refentry xml : id =" random-engine-mt19937.construct" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
5
5
<refnamediv >
6
6
<refname >Random\Engine\Mt19937::__construct</refname >
19
19
</para >
20
20
21
21
&caution.mt19937-tiny-seed;
22
-
23
- &warn.undocumented.func;
24
-
25
22
</refsect1 >
26
23
27
24
<refsect1 role =" parameters" >
81
78
82
79
<refsect1 role =" examples" >
83
80
&reftitle.examples;
84
- <example >
81
+ <example annotations = " non-interactive " >
85
82
<title ><function >Random\Engine\Mt19937::__construct</function > の例</title >
86
83
<programlisting role =" php" >
87
84
<![CDATA[
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 826073522514072830b63bee2b6135dc675ea45d Maintainer: mumumu Status: ready -->
3
+ <!-- EN-Revision: 1bcc40f8134305cbebf6c8378ee7e5fc8c569674 Maintainer: mumumu Status: ready -->
4
4
<refentry xml : id =" random-engine-pcgoneseq128xslrr64.construct" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
5
5
<refnamediv >
6
6
<refname >Random\Engine\PcgOneseq128XslRr64::__construct</refname >
16
16
<para >
17
17
18
18
</para >
19
-
20
- &warn.undocumented.func;
21
-
22
19
</refsect1 >
23
20
24
21
<refsect1 role =" parameters" >
98
95
99
96
<refsect1 role =" examples" >
100
97
&reftitle.examples;
101
- <example >
98
+ <example annotations = " non-interactive " >
102
99
<title ><function >Random\Engine\PcgOneseq128XslRr64::__construct</function > の例</title >
103
100
<programlisting role =" php" >
104
101
<![CDATA[
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 826073522514072830b63bee2b6135dc675ea45d Maintainer: mumumu Status: ready -->
3
+ <!-- EN-Revision: 1bcc40f8134305cbebf6c8378ee7e5fc8c569674 Maintainer: mumumu Status: ready -->
4
4
<refentry xml : id =" random-engine-xoshiro256starstar.construct" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
5
5
<refnamediv >
6
6
<refname >Random\Engine\Xoshiro256StarStar::__construct</refname >
16
16
<para >
17
17
18
18
</para >
19
-
20
- &warn.undocumented.func;
21
-
22
19
</refsect1 >
23
20
24
21
<refsect1 role =" parameters" >
103
100
104
101
<refsect1 role =" examples" >
105
102
&reftitle.examples;
106
- <example >
103
+ <example annotations = " non-interactive " >
107
104
<title ><function >Random\Engine\Xoshiro256StarStar::__construct</function > の例</title >
108
105
<programlisting role =" php" >
109
106
<![CDATA[
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 5e2031dc70157464c05c1c1e00b3201604a025f1 Maintainer: mumumu Status: ready -->
3
+ <!-- EN-Revision: 1bcc40f8134305cbebf6c8378ee7e5fc8c569674 Maintainer: mumumu Status: ready -->
4
4
<refentry xml : id =" random-randomizer.construct" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
5
5
<refnamediv >
6
6
<refname >Random\Randomizer::__construct</refname >
40
40
</variablelist >
41
41
</refsect1 >
42
42
43
- <!-- Return values commented out, as constructors generally don't return a
44
- value. Uncomment this if you do need a return values section (for
45
- example, because there's also a procedural version of the method).
46
- <refsect1 role="returnvalues">
47
- &reftitle.returnvalues;
48
- <para>
49
-
50
- </para>
51
- </refsect1>
52
- -->
53
-
54
-
55
43
<refsect1 role =" examples" >
56
44
&reftitle.examples;
57
- <example >
45
+ <example annotations = " non-interactive " >
58
46
<title ><function >Random\Randomizer::__construct</function > example</title >
59
47
<programlisting role =" php" >
60
48
<![CDATA[
61
49
<?php
62
-
63
- /* ... */
64
-
50
+ $r = new \Random\Randomizer();
51
+ $r = new \Random\Randomizer(new \Random\Engine\Mt19937());
65
52
?>
66
53
]]>
67
54
</programlisting >
68
- &example.outputs.similar;
69
- <screen >
70
- <![CDATA[
71
- ...
72
- ]]>
73
- </screen >
74
55
</example >
75
56
</refsect1 >
76
57
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 0ec8e36e0f649354b20c714080a903d32df4dbfb Maintainer: mumumu Status: ready -->
3
+ <!-- EN-Revision: 1bcc40f8134305cbebf6c8378ee7e5fc8c569674 Maintainer: mumumu Status: ready -->
4
4
<refentry xml : id =" random-randomizer.getint" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
5
5
<refnamediv >
6
6
<refname >Random\Randomizer::getInt</refname >
17
17
<para >
18
18
19
19
</para >
20
-
21
- &warn.undocumented.func;
22
-
23
20
</refsect1 >
24
21
25
22
<refsect1 role =" parameters" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 788ec8e5e7bdadd182e52d4820959e21765d7ff3 Maintainer: mumumu Status: ready -->
3
+ <!-- EN-Revision: 1bcc40f8134305cbebf6c8378ee7e5fc8c569674 Maintainer: mumumu Status: ready -->
4
4
<refentry xml : id =" random-randomizer.nextint" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
5
5
<refnamediv >
6
6
<refname >Random\Randomizer::nextInt</refname >
16
16
<para >
17
17
18
18
</para >
19
-
20
- &warn.undocumented.func;
21
-
22
19
</refsect1 >
23
20
24
21
<refsect1 role =" parameters" >
You can’t perform that action at this time.
0 commit comments