Dennis Bautembach

Results 15 issues of Dennis Bautembach

I'm a fond user of xoroshiro myself and a C++ programmer. Thank you for this great work! There is a lot of common, redundant code between the ~~simulators~~ generators. Have...

Type: Refactoring

When trying to use the `cbrt()` function inside a kernel, I get the following compilation error: "Function Attrs: convergent nounwind readnone declare spir_func float @_Z4cbrtf(float) #0"

Currently, swiping in from the left screen edge goes back in history. Swiping in from the right does the same. The latter should go forward in history instead. You can...

enhancement

**Describe the bug** > Produces random floating-point values i, uniformly distributed on the interval [a, b) *[cppreference.com](https://en.cppreference.com/w/cpp/numeric/random/uniform_real_distribution)* The below code sample demonstrates how a default-constructed `uniform_real_distribution` (a=0, b=1) generates a...

bug

Either `EXCLUDE_FROM_ALL` has no effect, or I'm using it wrong. ```cmake include(cmake/CPM.cmake) CPMAddPackage( NAME googletest GITHUB_REPOSITORY google/googletest GIT_TAG v1.13.0 VERSION 1.13.0 OPTIONS "INSTALL_GTEST OFF" "BUILD_GMOCK OFF" "gtest_disable_pthreads ON" EXCLUDE_FROM_ALL=YES) ```...

**Bug category** - [X] *bug - compilation error* - [ ] *bug - compilation warning* - [ ] *bug - runtime error* - [ ] *bug - runtime warning* -...

> 678 Short-circuiting means is that since the part on the left side...

> 634 ... If the item at the space’s index is not equal to, then the space is taken.

> 603 Now evaluate the expression that is connecter by all those or operators: should be Now evaluate the expression that is connecte**d** by all those or operators:

> 236: Experiment with Booleans, Comparison Operators, and Conditions is this a section title or is it meant as an instruction for the reader? I.e. should this become “Experiment**s** with...