| Age | Commit message (Collapse) | Author |
|
cvec_X_size(c) etc. Restructured benchmarks / examples.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Highly optimized generation of unbiased uniform bounded random numbers. Only 33% overhead.
|
|
unbiased. Removed 32-bit pcg32 PRNG.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
than a bare pointer. More docs too.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Renamed erase_at() to erase_n() in cvec and cstr to improve consistency.
|
|
- Renamed cstr_erase(s, pos, n) to cstr_erase_at(s, pos, n)
- Changed cvec_erase_at(v, pos) to cvec_erase_at(v, pos, n).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|