File tree Expand file tree Collapse file tree 3 files changed +51
-3
lines changed
reference/csprng/functions Expand file tree Collapse file tree 3 files changed +51
-3
lines changed Original file line number Diff line number Diff line change @@ -3589,8 +3589,8 @@ local: {
3589
3589
</listitem >
3590
3590
<listitem >
3591
3591
<simpara >
3592
- If none of the aforementioned sources are available, then an
3593
- <classname >Exception </classname > will be thrown.
3592
+ If none of the aforementioned sources are available, then a
3593
+ <classname >\Random\RandomException </classname > will be thrown.
3594
3594
</simpara >
3595
3595
</listitem >
3596
3596
</itemizedlist >
@@ -3599,7 +3599,7 @@ local: {
3599
3599
<listitem xmlns =" http://docbook.org/ns/docbook" >
3600
3600
<simpara >
3601
3601
If an appropriate source of randomness cannot be found,
3602
- an <classname >Exception </classname > will be thrown.
3602
+ a <classname >\Random\RandomException </classname > will be thrown.
3603
3603
</simpara >
3604
3604
</listitem >
3605
3605
<listitem xmlns =" http://docbook.org/ns/docbook" >
Original file line number Diff line number Diff line change 56
56
</itemizedlist >
57
57
</refsect1 ><!-- }}} -->
58
58
59
+ <refsect1 role =" changelog" >
60
+ &reftitle.changelog;
61
+ <informaltable >
62
+ <tgroup cols =" 2" >
63
+ <thead >
64
+ <row >
65
+ <entry >&Version; </entry >
66
+ <entry >&Description; </entry >
67
+ </row >
68
+ </thead >
69
+ <tbody >
70
+ <row >
71
+ <entry >8.2.0</entry >
72
+ <entry >
73
+ In case of a <acronym >CSPRNG</acronym > failure, this function will now throw a
74
+ <classname >\Random\RandomException</classname >. Previously a plain
75
+ <classname >\Exception</classname > was thrown.
76
+ </entry >
77
+ </row >
78
+ </tbody >
79
+ </tgroup >
80
+ </informaltable >
81
+ </refsect1 >
82
+
59
83
<refsect1 role =" examples" ><!-- {{{ -->
60
84
&reftitle.examples;
61
85
<example xml : id =" random-bytes.example.basic" ><!-- {{{ -->
Original file line number Diff line number Diff line change 68
68
</itemizedlist >
69
69
</refsect1 ><!-- }}} -->
70
70
71
+ <refsect1 role =" changelog" >
72
+ &reftitle.changelog;
73
+ <informaltable >
74
+ <tgroup cols =" 2" >
75
+ <thead >
76
+ <row >
77
+ <entry >&Version; </entry >
78
+ <entry >&Description; </entry >
79
+ </row >
80
+ </thead >
81
+ <tbody >
82
+ <row >
83
+ <entry >8.2.0</entry >
84
+ <entry >
85
+ In case of a <acronym >CSPRNG</acronym > failure, this function will now throw a
86
+ <classname >\Random\RandomException</classname >. Previously a plain
87
+ <classname >\Exception</classname > was thrown.
88
+ </entry >
89
+ </row >
90
+ </tbody >
91
+ </tgroup >
92
+ </informaltable >
93
+ </refsect1 >
94
+
71
95
<refsect1 role =" examples" ><!-- {{{ -->
72
96
&reftitle.examples;
73
97
<example xml : id =" random-int.example.basic" ><!-- {{{ -->
You can’t perform that action at this time.
0 commit comments