randomfns.xml

来自「这是一个C的源代码」· XML 代码 · 共 20 行

XML
20
字号
<chapter><title>Randomness Functions</title><para>The first time PBC is asked to generate a random number,the library will try to open the file <filename>/dev/urandom</filename> as asource of random bits. If this fails, PBC falls back to a deterministicrandom number generator (which is of course completely useless forcryptography).</para><para>It is possible to change the file used for random bits. Also, explicitlyselecting the deterministic random number generator willsuppress the warning.</para><variablelist>&pbcrandom;</variablelist></chapter>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?