summaryrefslogtreecommitdiffhomepage
path: root/docs/cpqueue_api.md
AgeCommit message (Collapse)Author
2020-12-17Renamed cpqueue (priority queue) container to cpque.Tyge Løvset
2020-12-16Added links to header file in docs headline.Tyge 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-08Updated api for with clone()Tyge Løvset
2020-12-03More docs descriptions.Tyge Løvset
2020-12-03Some more fixes.Tyge Løvset
2020-12-03Yet another docs bug for cpqueue. removed iter.Tyge Løvset
2020-12-03Fixed inconsistent API in cpqueue.Tyge Løvset
2020-12-03Some fixes in priority queue docs.Tyge Løvset
2020-12-03Even more docs fixes.Tyge Løvset
2020-12-03More docs fixing.Tyge Løvset
2020-12-03Simplified type sections.Tyge Løvset
2020-12-02Added cpqueue, cqueue, and cstack docs. Removed examples from README.mdTyge Løvset