Update lmathlib.cpp

This commit is contained in:
VSCPlays 2023-05-22 22:53:09 +04:00 committed by GitHub
parent 721f6e10fb
commit 5920ebab1d
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,9 @@
#define PI (3.14159265358979323846)
#define RADIANS_PER_DEGREE (PI / 180.0)
#undef TAU
#define TAU (6.28318530718)
#define PCG32_INC 105
static uint32_t pcg32_random(uint64_t* state)