diff options
Diffstat (limited to 'stdlib/bools.c')
| -rw-r--r-- | stdlib/bools.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/stdlib/bools.c b/stdlib/bools.c index c815c733..bc1a6445 100644 --- a/stdlib/bools.c +++ b/stdlib/bools.c @@ -39,11 +39,6 @@ PUREFUNC public OptionalBool_t Bool$from_text(Text_t text) } } -public Bool_t Bool$random(double p) -{ - return (drand48() < p); -} - public const TypeInfo_t Bool$info = { .size=sizeof(bool), .align=__alignof__(bool), |
