mirror of
https://git.FreeBSD.org/src.git
synced 2026-06-02 11:24:32 +00:00
rand(3): Normalize function ordering
Align ordering between NAME & SYNOPSIS sections. Obtained from: https://github.com/apple-oss-distributions/libc Sponsored by: Klara, Inc.
This commit is contained in:
@@ -29,24 +29,24 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd February 1, 2020
|
||||
.Dd May 30, 2026
|
||||
.Dt RAND 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm rand ,
|
||||
.Nm srand ,
|
||||
.Nm rand_r
|
||||
.Nm rand_r ,
|
||||
.Nm srand
|
||||
.Nd bad random number generator
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.In stdlib.h
|
||||
.Ft void
|
||||
.Fn srand "unsigned seed"
|
||||
.Ft int
|
||||
.Fn rand void
|
||||
.Ft int
|
||||
.Fn rand_r "unsigned *ctx"
|
||||
.Ft void
|
||||
.Fn srand "unsigned seed"
|
||||
.Sh DESCRIPTION
|
||||
.Bf -symbolic
|
||||
The functions described in this manual page are not cryptographically
|
||||
|
||||
Reference in New Issue
Block a user