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
blob
631a8e555d8ed97d64bddec0f4c2dd4c02e2776b
1
Description:
2
global random number generator
3
4
Files:
5
lib/random.c
6
m4/random.m4
7
8
Depends-on:
9
stdlib
10
stdint
11
random_r [test $HAVE_RANDOM = 0]
12
13
configure.ac:
14
gl_FUNC_RANDOM
15
if test $HAVE_RANDOM = 0; then
16
AC_LIBOBJ([random])
17
gl_PREREQ_RANDOM
18
fi
19
gl_STDLIB_MODULE_INDICATOR([random])
20
21
Makefile.am:
22
23
Include:
24
<stdlib.h>
25
26
License:
27
LGPL
28
29
Maintainer:
30
glibc