Plan 9 from Bell Labs’s /usr/web/sources/contrib/anothy/src/lib/djb-ape/dns/dns_random_init.3

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


.TH dns_random_init 3
.SH NAME
dns_random_init \- initialize DNS random number generator
.SH SYNTAX
.B #include <dns.h>

void \fBdns_random_init\fP(\fIseed\fR);

char \fIseed\fR[128];
.SH DESCRIPTION
.B dns_random_init
initializes the pseudorandom number generator, taking account of
\fIseed\fR, the current process ID, and current time.

.SH "SEE ALSO"
dns_random(3)

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to [email protected].