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/bools.h | 1 - 1 file changed, 1 deletion(-) (limited to 'stdlib/bools.h') diff --git a/stdlib/bools.h b/stdlib/bools.h index 4b0b42aa..fbc40f8b 100644 --- a/stdlib/bools.h +++ b/stdlib/bools.h @@ -15,7 +15,6 @@ PUREFUNC Text_t Bool$as_text(const bool *b, bool colorize, const TypeInfo_t *type); OptionalBool_t Bool$from_text(Text_t text); -Bool_t Bool$random(double p); extern const TypeInfo_t Bool$info; -- cgit v1.2.3