Created on 2006-10-26.00:00:00 last changed 171 months ago
Proposed resolution:
Adopt the proposed resolution in N2423.
Short seed vectors of 32-bit quantities all result in different states. However this is not true of seed vectors of 16-bit (or smaller) quantities. For example these two seeds
unsigned short seed = {1, 2, 3}; unsigned short seed = {1, 2, 3, 0};
both pack to
unsigned seed = {0x20001, 0x3};
yielding the same state.
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-10-21 18:28:33 | admin | set | messages: + msg3202 |
2006-10-26 00:00:00 | admin | create |