OSDN Git Service

(split) LDP: Update drafts based on LDP 3.52 release
[linuxjm/LDP_man-pages.git] / draft / man3 / drand48.3
index 6254386..4fea2bd 100644 (file)
@@ -32,7 +32,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH DRAND48 3 2007\-07\-26 "" "Linux Programmer's Manual"
+.TH DRAND48 3 2013\-06\-21 "" "Linux Programmer's Manual"
 .SH 名前
 drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48,
 lcong48 \- 一様分布する疑似乱数を生成する関数
@@ -125,6 +125,12 @@ glibc 向けの機能検査マクロの要件 (\fBfeature_test_macros\fP(7)  参
 配列の形をした引数の要素はそれぞれ、\fIparam[0\-2]\fP は \fIXi\fP を、 \fIparam[3\-5]\fP は \fIa\fP
 を、\fIparam[6]\fP は \fIc\fP を指定するもの である。 \fBlcong48\fP()  が呼ばれた後で、 \fBsrand48\fP()  か
 \fBseed48\fP()  を呼ぶと、前述の \fIa\fP と \fIc\fP の 標準値が再び設定される。
+.SH ATTRIBUTES
+.SS "Multithreading (see pthreads(7))"
+The \fBdrand48\fP(), \fBerand48\fP(), \fBlrand48\fP(), \fBnrand48\fP(), \fBmrand48\fP(),
+\fBjrand48\fP(), \fBsrand48\fP(), \fBseed48\fP(), and \fBlcong48\fP()  functions record
+global state information for the random number generator, so they are not
+thread\-safe.
 .SH 準拠
 SVr4, POSIX.1\-2001.
 .SH 注意
@@ -132,6 +138,6 @@ SVID 3 ではこれらの関数は時代遅れと宣言されている。 SVID 3
 .SH 関連項目
 \fBrand\fP(3), \fBrandom\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.51 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。