commit | 0ed5f7aacd5e412d80524a1fc7f90b55f470827b | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Wed Mar 05 18:58:15 2014 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed Mar 05 18:58:15 2014 +0100 |
tree | bf29230c0efc135ee707dc847da43a7afb743dad | |
parent | 2cdcb1082c3de109eef564795feb5e8a368a88cf [diff] |
use [s]rand(), not [s]random() rand() is the most standard C library function, and on uclibc they are the same. I guess they are the same in most todays' libc... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>