[Issue 19075] rt.util.random.Rand48.defaultSeed should prefer RDTSC or mach_absolute_time or QueryPerformanceCounter to ctime.time

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jul 19 15:48:29 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=19075

Nathan S. <n8sh.secondary at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|rt.util.random.Rand48.defau |rt.util.random.Rand48.defau
                   |ltSeed should prefer RDTSC  |ltSeed should prefer RDTSC
                   |or mach_absolute_time to    |or mach_absolute_time or
                   |ctime.time                  |QueryPerformanceCounter to
                   |                            |ctime.time

--- Comment #1 from Nathan S. <n8sh.secondary at hotmail.com> ---
Verified that QueryPerformanceCounter is faster.

--


More information about the Digitalmars-d-bugs mailing list