From fc9a6f1416be514e9d26b301d05e7e347560560b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 3 Nov 2024 22:37:48 -0500 Subject: Add RNGs to the language --- stdlib/bytes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'stdlib/bytes.h') diff --git a/stdlib/bytes.h b/stdlib/bytes.h index 62b266e7..2a92f658 100644 --- a/stdlib/bytes.h +++ b/stdlib/bytes.h @@ -12,7 +12,6 @@ #define Byte(b) ((Byte_t)(b)) PUREFUNC Text_t Byte$as_text(const Byte_t *b, bool colorize, const TypeInfo_t *type); -Byte_t Byte$random(Byte_t min, Byte_t max); extern const Byte_t Byte$min; extern const Byte_t Byte$max; -- cgit v1.2.3