imneme / pcg-cpp

PCG — C++ Implementation
Apache License 2.0
735 stars 98 forks source link

Use consistent integer type #92

Open rstub opened 4 months ago

rstub commented 4 months ago

There is no pcg128_t | int defined if __uint128_t is not available.

c.f. https://github.com/daqana/dqrng/issues/88