basic, simple C++ prng API and library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Avril 7eaba3c1b3
Added `aligned_ptr<T>::container_address([const] Self&) -> [const] Self*` to offset the overloaded unary & and avoid need of `std::addressof`.
3 years ago
include Added `aligned_ptr<T>::container_address([const] Self&) -> [const] Self*` to offset the overloaded unary & and avoid need of `std::addressof`. 3 years ago
src Improved ergonomics for aligned_ptr pointer handling 3 years ago
.gitignore Initial commit 3 years ago
Makefile Added likeliness annotations to some nullptr checks 3 years ago