nt='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/regress/lib/libc/randomid
AgeCommit message (Collapse)Author
2010-12-31These tests have been atf-ifiedpgoyette
2006-05-10include <string.h>, <stdio.h> and <stdlib.h> as appropriate.mrg
2003-12-10comment from niels provos;itojun
- seed2 is necessary, but use it as "seed2 + x" not "seed2 ^ x". - skipping number is not needed, so disable it for 16bit generator (makes the repetition period to 30000)
2003-11-29Fix up abort test so that we abort the first time we see a small enoughsimonb
period, not the second time. Use UINT64_MAX (from Klaus Klein). Remove trailing blank line. XXX: 12000 still isn't right - values around 11800 have been observed.
2003-11-25uint64_t may not be "unsigned long long", so use of ULLONG_MAX is notitojun
appropriate. adjust max period (see randomid.3 1.2 -> 1.3)
2003-11-14Add a regression test for randomid(3).simonb