Lines Matching defs:seed
31 // The random number generator tests all set the seed, get four values, reset the seed and check
32 // that they get the first two values repeated, and then reset the seed and check two more values
51 const unsigned short seed[3] = { 0x330e, 0xabcd, 0x1234 };
53 memcpy(xsubi, seed, sizeof(seed));
58 memcpy(xsubi, seed, sizeof(seed));
61 memcpy(xsubi, seed, sizeof(seed));