summaryrefslogtreecommitdiffhomepage
path: root/docs/crandom_api.md
AgeCommit message (Expand)Author
2022-06-01Update docs on i_implement / shared linking.Tyge Løvset
2022-06-01Update docs regarding i_implement for cstr, cview, cbits, ...Tyge Løvset
2022-04-24Updated docs to use cstr_str(&s) instead of s.strTyge Løvset
2022-04-18crandom.h: Renamed *_init(..) functions to *_new(..). Old names are kept but ...Tyge Løvset
2022-04-18Renamed stc64_random() => crandom(), stc64_srandom(seed) => csrandom(seed). K...Tyge Løvset
2022-02-13Refactored crandom. Removed 32-bit version. Made normal dist inline - does no...Tyge Løvset
2021-12-19First commit for Version 3 of STC. Main changes are consistent rename of '_de...Tyge Løvset
2021-10-05Changed recommended order of defining template parameters.Tyge Løvset
2021-09-11Fixed docs for newstyle.Tyge Løvset
2021-06-19Changed stc64. Similar to sfc64, but a different output functions and 320 bit...Tyge Løvset
2021-05-20Updated links to header files in docs.Tyge Løvset
2021-04-26Update crandom_api.mdTyge Løvset
2021-03-24Cleanup in documentation.Tyge Løvset
2021-03-11Renamed public *_result_t struct member names in maps/sets for consistency wi...Tyge Løvset
2021-03-03Removed cstr_t from docs (use cstr).Tyge Løvset
2021-03-03Last update for a while.Tyge Løvset
2021-03-03Some general doc changes.Tyge Løvset
2021-03-03Update crandom_api docs.Tyge Løvset
2021-01-21Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-01-21Updated docs.Tyge Løvset
2021-01-21Update crandom_api.mdTyge Løvset
2021-01-21Reverted namings: crand to crandom, and copt to coption.Tyge Løvset
2020-12-16Renamed crandom to crand, including renaming of relevant files.Tyge Løvset
2020-12-16Removed text repetition.Tyge Løvset
2020-12-16Better crandom docs.Tyge Løvset
2020-12-16Minor fixing of unsafe macros.Tyge Løvset
2020-12-16Reverted back API to easier naming scheme of crandom.h types and methods.Tyge Løvset
2020-12-14Reworked the crandom.h module. Changed API (sorry!), made uniform distr. unbi...Tyge Løvset
2020-12-08- Added clone() to cvec and clistTyge Løvset
2020-12-05Fixed text describing normal-dist.Tyge Løvset
2020-12-05Some formatting changes.Tyge Løvset
2020-12-05Some text improvements. Renamed method c_default_hash16 to c_default_hash.Tyge Løvset
2020-12-04Update crandom_api.mdTyge Løvset
2020-12-03More docs descriptions.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
2020-12-02Added carray docs.Tyge Løvset
2020-12-02Added better crandom and cvec example.Tyge Løvset
2020-12-01More docs update.Tyge Løvset
2020-12-01Fixed docs, some minor changes in cstr.h and cmap.h as well.Tyge Løvset
2020-11-30Added crandom_api.mdTyge Løvset