mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
26 lines
278 B
Plaintext
26 lines
278 B
Plaintext
Description:
|
|
reentrant random number generator
|
|
|
|
Files:
|
|
lib/random_r.c
|
|
m4/random_r.m4
|
|
|
|
Depends-on:
|
|
stdlib
|
|
stdint
|
|
|
|
configure.ac:
|
|
gl_FUNC_RANDOM_R
|
|
gl_STDLIB_MODULE_INDICATOR([random_r])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
#include <stdlib.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering, glibc
|