Deleted Added
full compact
random.9 (68678) random.9 (75670)
1.\"
2.\" Copyright (c) 2000
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 10 unchanged lines hidden (view full) ---

19.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
1.\"
2.\" Copyright (c) 2000
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 10 unchanged lines hidden (view full) ---

19.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
27.\" $FreeBSD: head/share/man/man9/random.9 68678 2000-11-13 13:12:44Z sheldonh $
27.\" $FreeBSD: head/share/man/man9/random.9 75670 2001-04-18 15:54:10Z ru $
28.\" "
29.Dd September 25, 2000
30.Os
31.Dt RANDOM 9
32.Sh NAME
33.Nm arc4random ,
34.Nm random ,
35.Nm read_random ,
36.Nm srandom
28.\" "
29.Dd September 25, 2000
30.Os
31.Dt RANDOM 9
32.Sh NAME
33.Nm arc4random ,
34.Nm random ,
35.Nm read_random ,
36.Nm srandom
37.Nd supply pseudo-random numbers.
37.Nd supply pseudo-random numbers
38.Sh SYNOPSIS
39.Fd #include <sys/libkern.h>
40.Ft void
41.Fn srandom "u_long seed"
42.Ft u_long
43.Fn random "void"
44.Ft u_int32_t
45.Fn arc4random "void"

--- 90 unchanged lines hidden ---
38.Sh SYNOPSIS
39.Fd #include <sys/libkern.h>
40.Ft void
41.Fn srandom "u_long seed"
42.Ft u_long
43.Fn random "void"
44.Ft u_int32_t
45.Fn arc4random "void"

--- 90 unchanged lines hidden ---