Mercurial > hg > octave-kai > gnulib-hg
annotate modules/random_r @ 10711:e161b51e4184
Use stdint.h, for int32_t.
author | Simon Josefsson <simon@josefsson.org> |
---|---|
date | Sat, 25 Oct 2008 03:09:39 +0200 (2008-10-25) |
parents | c1911eda16bd |
children | f952c1fd228c |
rev | line source |
---|---|
10704 | 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 | |
10711
e161b51e4184
Use stdint.h, for int32_t.
Simon Josefsson <simon@josefsson.org>
parents:
10704
diff
changeset
|
10 stdint |
10704 | 11 |
12 configure.ac: | |
13 gl_FUNC_RANDOM_R | |
14 gl_STDLIB_MODULE_INDICATOR([random_r]) | |
15 | |
16 Makefile.am: | |
17 | |
18 Include: | |
19 #include <stdlib.h> | |
20 | |
21 License: | |
22 LGPLv2+ | |
23 | |
24 Maintainer: | |
25 Jim Meyering |