| |
Windows XP selected initial user profile pictures using a one-pass random selection algorithm (reservoir sampling) seeded with GetTickCount() via the RtlRandomEx random number generator. This approach was more efficient than a two-pass algorithm because it reduced file system calls and avoided issues if files were added or removed during execution, with a safety limit of 100 pictures sampled to prevent performance problems.
Read Full Article →
← More Tech news