Skip to content

Avoid using char type in uniform_int_distribution<T> template

Philip Chimento requested to merge ptomato/gjs:514-random-char into master

This is undefined behaviour. GCC and pre-15.x Clang accept it, so we didn't notice it before.

Closes: #514 (closed)

Merge request reports