diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-11-03 22:37:48 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-11-03 22:37:48 -0500 |
| commit | fc9a6f1416be514e9d26b301d05e7e347560560b (patch) | |
| tree | 7d61cc3657c36dde05135f17dbf5923cff177abf /stdlib/nums.h | |
| parent | 52e3d3fe6f2c3e5051affe155fed364d1a5d623c (diff) | |
Add RNGs to the language
Diffstat (limited to 'stdlib/nums.h')
| -rw-r--r-- | stdlib/nums.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stdlib/nums.h b/stdlib/nums.h index fc6d804f..a07a2710 100644 --- a/stdlib/nums.h +++ b/stdlib/nums.h @@ -27,7 +27,6 @@ CONSTFUNC bool Num$isinf(double n); CONSTFUNC bool Num$finite(double n); CONSTFUNC bool Num$isnan(double n); double Num$nan(Text_t tag); -double Num$random(void); CONSTFUNC double Num$mix(double amount, double x, double y); OptionalNum_t Num$from_text(Text_t text); MACROLIKE CONSTFUNC double Num$clamped(double x, double low, double high) { @@ -45,7 +44,6 @@ float Num32$mod(float num, float modulus); CONSTFUNC bool Num32$isinf(float n); CONSTFUNC bool Num32$finite(float n); CONSTFUNC bool Num32$isnan(float n); -float Num32$random(void); CONSTFUNC float Num32$mix(float amount, float x, float y); OptionalNum32_t Num32$from_text(Text_t text); float Num32$nan(Text_t tag); |
