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
/
examples
/
random.c
Age
Commit message (
Expand
)
Author
2020-12-28
Reverted crand.h API back to rename crand_* to stc64_*, and crand_next() -> s...
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
2020-12-15
Minors on crandom and example.
Tyge Løvset
2020-12-14
Reworked the crandom.h module. Changed API (sorry!), made uniform distr. unbi...
Tyge Løvset
2020-11-26
Removed stc/cfmt.h, as _Generic requires C11. I have made it a gist: https://...
Tyge Løvset
2020-10-26
Updates examples using cfmt.h c_print().
Tyge Løvset
2020-10-17
Internal renaming of STC_IMP to STC_DEF. Removed cstr_INIT. Use cstr_init().
Tyge Løvset
2020-09-20
Added c_foreach (i,N) and c_foreach (N), and updated README.md
Tyge Løvset
2020-09-18
Minor, using a few c_forrange ().
Tyge Løvset
2020-09-18
Changed <container>_ini macro constant to <container>_INIT, and <container>_d...
Tyge Løvset
2020-09-13
reverted back to separate random engine and distribution parameters.
Tyge Løvset
2020-09-03
Changed constant <container>_init to <container>_ini to avoid conflict with <...
Tyge Løvset
2020-08-30
Renamed cstr_destr to cstr_mdestroy(). Added a few more examples.
Tyge Løvset