repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: myjupyterlab.sh
[GalaxyCodeBases.git]
/
c_cpp
/
lib
/
gnulib
/
modules
/
random_r
blob
52a8842795bd711925e7f317ef687f693067cf9c
1
Description:
2
reentrant random number generator
3
4
Files:
5
lib/random_r.c
6
m4/random_r.m4
7
8
Depends-on:
9
stdlib
10
stdint
11
12
configure.ac:
13
gl_FUNC_RANDOM_R
14
if test $HAVE_RANDOM_R = 0 || test $REPLACE_RANDOM_R = 1; then
15
AC_LIBOBJ([random_r])
16
gl_PREREQ_RANDOM_R
17
fi
18
gl_STDLIB_MODULE_INDICATOR([random_r])
19
20
Makefile.am:
21
22
Include:
23
<stdlib.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
Jim Meyering, glibc