Hash :
b4be9e1d
Author :
Date :
2023-11-14T19:18:16
rand: Mark as obsolete. * modules/rand (Status, Notice): New sections.
Description:
global random number generator
Status:
obsolete
Notice:
This module is obsolete.
Files:
lib/rand.c
m4/rand.m4
Depends-on:
stdlib
random [test $REPLACE_RAND = 1]
configure.ac:
gl_FUNC_RAND
gl_CONDITIONAL([GL_COND_OBJ_RAND], [test $REPLACE_RAND = 1])
gl_STDLIB_MODULE_INDICATOR([rand])
Makefile.am:
if GL_COND_OBJ_RAND
lib_SOURCES += rand.c
endif
Include:
<stdlib.h>
License:
LGPL
Maintainer:
glibc