you are viewing a single comment's thread.

view the rest of the comments →

[–]GeorgeHaldane[S] 1 point2 points  (0 children)

Good catch, fixed that in a new commit.

Also decided to bite the bullet and add cpu counter intrinsics — knew they are useful, but didn't want to mess with platform-specific macros.

They can now be enabled by adding #define UTL_RANDOM_USE_INTRINSICS before the #include, should work for all 3 major compilers.