savrus / uguu

Automatically exported from code.google.com/p/uguu
Other
3 stars 1 forks source link

RAND_MAX is not always 2^31-1 #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See scanners/libuguu/cuckoo.c, line 43
C99 standard guarantee RAND_MAX to be not less then 32767.

Original issue reported on code.google.com by radist...@gmail.com on 23 Apr 2010 at 11:14

GoogleCodeExporter commented 9 years ago
fixed in revision a805344ae0

Original comment by ruslan.savchenko on 24 Apr 2010 at 12:15