Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jun 1997 18:15:42 -0700 (PDT)
From:      "Andrey A. Chernov" <ache@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc/gen arc4random.3 arc4random.c Makefile.inc
Message-ID:  <199706140115.SAA24072@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        1997/06/13 18:15:42 PDT

  Modified files:
    lib/libc/gen         Makefile.inc 
  Added files:
    lib/libc/gen         arc4random.3 arc4random.c 
  Log:
  Add arc4random() functions from OpenBSD. They are almost same as our
  srandomdev(), but can be used inside libraries. random() can't be used
  inside libraries because it breaks its possible predictable sequence.
  arc4random() is true random as designed, so its usage is library-safe.
  Obtained from: OpenBSD
  
  Revision  Changes    Path
  1.35      +6 -5      src/lib/libc/gen/Makefile.inc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706140115.SAA24072>