summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/crand_benchmark2.cpp
AgeCommit message (Collapse)Author
2021-02-24More file renamesTyge Løvset
2021-01-21Reverted namings: crand to crandom, and copt to coption.Tyge Løvset
2021-01-06Some rand additions. May swap names of stc64_rand(rng) and ↵Tyge Løvset
stc64_random(void) in future.
2020-12-28Reverted crand.h API back to rename crand_* to stc64_*, and crand_next() -> ↵Tyge Løvset
stc64_rand().
2020-12-27Removed MACRO functions in API, like cvec_size(c), cvec_empty(c). Use ↵Tyge Løvset
cvec_X_size(c) etc. Restructured benchmarks / examples.
2020-12-21Added some benchmarks. Fix typo in cdeq.hTyge Løvset