index
:
STC-modified
master
modified
Fork of STC but some features (soon to be)modified to better fit my requirements.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
docs
/
cpqueue_api.md
Age
Commit message (
Collapse
)
Author
2020-12-17
Renamed cpqueue (priority queue) container to cpque.
Tyge Løvset
2020-12-16
Added links to header file in docs headline.
Tyge Løvset
2020-12-16
Renamed crandom to crand, including renaming of relevant files.
Tyge Løvset
2020-12-16
Reverted 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-14
Reworked the crandom.h module. Changed API (sorry!), made uniform distr. ↵
Tyge Løvset
unbiased. Removed 32-bit pcg32 PRNG.
2020-12-08
Updated api for with clone()
Tyge Løvset
2020-12-03
More docs descriptions.
Tyge Løvset
2020-12-03
Some more fixes.
Tyge Løvset
2020-12-03
Yet another docs bug for cpqueue. removed iter.
Tyge Løvset
2020-12-03
Fixed inconsistent API in cpqueue.
Tyge Løvset
2020-12-03
Some fixes in priority queue docs.
Tyge Løvset
2020-12-03
Even more docs fixes.
Tyge Løvset
2020-12-03
More docs fixing.
Tyge Løvset
2020-12-03
Simplified type sections.
Tyge Løvset
2020-12-02
Added cpqueue, cqueue, and cstack docs. Removed examples from README.md
Tyge Løvset