summaryrefslogtreecommitdiffhomepage
path: root/examples/benchmark.cpp
AgeCommit message (Collapse)Author
2020-12-21Added some benchmarks. Fix typo in cdeq.hTyge Løvset
2020-12-19Some cleanup.Tyge Løvset
2020-12-17Forgot benchmark.cppTyge Løvset
2020-12-16Renamed crandom to crand, including renaming of relevant files.Tyge Løvset
2020-12-16Reverted back API to easier naming scheme of crandom.h types and methods.Tyge Løvset
Highly optimized generation of unbiased uniform bounded random numbers. Only 33% overhead.
2020-12-14Reworked the crandom.h module. Changed API (sorry!), made uniform distr. ↵Tyge Løvset
unbiased. Removed 32-bit pcg32 PRNG.
2020-12-05Some text improvements. Renamed method c_default_hash16 to c_default_hash.Tyge Løvset
2020-11-26Renamed benchmark.c to c++ file, to default enable comparing with various ↵Tyge Løvset
c++ unordered_maps.