Replies: 1 comment 2 replies
-
The same happens in a single thread:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I modified uci.cpp to add a measure of cpu cycles using RDTSC (on x86).
To my surprise, the result differs in every run.
Can someone explain me why?
Is there some randomization somewhere?
I wish to find a way to get always the same number (and then try out some optimizations)
Beta Was this translation helpful? Give feedback.
All reactions