Add rand/rand_r/srand functions for generating pseudo-random bytes.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Jordan Crouse <jordan.crouse@amd.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3222 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2008-04-07 23:33:50 +00:00
parent c6092c0f34
commit 4eb5089821
4 changed files with 61 additions and 0 deletions

View File

@@ -66,6 +66,12 @@ holders, and the exact license terms that apply.
Original files: lib/libalias/alias_util.c, function LibAliasInternetChecksum()
Current version we use: CVS revision 1.15 2004/07/06 12:13:28
* libc/rand.c: 3-clause BSD license
Source: OpenBSD
http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/stdlib/rand.c
Original files: src/lib/libc/stdlib/rand.c
Current version we use: CVS revision 1.9 2005/8/8 08:05:37
* libc/memory.c: 3-clause BSD license
Source: HelenOS, http://www.helenos.eu
svn checkout svn://svn.helenos.eu/HelenOS/trunk HelenOS