2021-05-09

    Random Numbers, Exceptions Random Numbers, Exceptions Random Numbers, Exceptions

    Follow @hackingcpp on twitter so you don't miss any updates.

    Random Number Generation

    • usage examples
    • overview of standard random distributions & engines

    Exceptions

    • purposes
    • how to handle
    • how to prevent leaks with RAII
    • exception guarantees & noexcept

    Diagnostic Basics

    • most important compiler warnings (gcc/clang, MSVC)
    • assertions (assert, static_assert
    • testing (examples using doctest)