LRN: fix RAND_MAX on W32:
authorChristian Grothoff <christian@grothoff.org>
Sun, 10 Jun 2012 22:42:23 +0000 (22:42 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 10 Jun 2012 22:42:23 +0000 (22:42 +0000)
commit61e4f49afdcb778fe5a46b77f90d2ab7f3cd7d4b
treedeaa3505686ab58d8d6c8e43e6eebac6fd155592
parent49cdfa7266ee240abcd226646408822bafd21c8c
LRN: fix RAND_MAX on W32:
MinGW stdlib.h defines it to 0x7FFF, but our implementation is better.
src/util/crypto_random.c