summaryrefslogtreecommitdiffhomepage
path: root/include/stc/crand.h
AgeCommit message (Collapse)Author
2023-07-21Renamed badly abbreviated names in crand.h.tylov
Moved coroutine.h from algo subfolder to stc. Updated coroutine.h and docs.
2023-07-15Improved warning, and other enhancements in ccommon.htylov
2023-06-11Added priv/linkage.h and renamed priv/template2.h => priv/template_undef.h.Tyge Løvset
Make all examples c++ compatible, except those using cspan.h Removed: crange_obj() Renamed: crange_make() => crange_init() Renamed: cspan_make() => cspan_init() Renamed: cstr_NULL => cstr_null Renamed: csview_NULL => csview_null
2023-06-09Rename i_extern template flag to i_import. i_extern still available, but ↵Tyge Løvset
deprecated.
2023-06-09Fixed issues with linking params i_implement, i_extern.Tyge Løvset
2023-04-21Householding.Tyge Løvset
2023-03-31Change in crand.Tyge Løvset
2023-03-31Small change in crand_u64(). Use - instead of ^ in result.Tyge Løvset
2023-03-30removed unneeded codeTyge Løvset
2023-03-29Some optimizations in hash func.Tyge Løvset
2023-03-28Example changes. Added crand.h possible replacement for crandom.hTyge Løvset