From 7aa23e983313f4552c2944e994ad02231b9caacf Mon Sep 17 00:00:00 2001 From: Swastik Baranwal Date: Tue, 21 Mar 2023 00:13:47 +0530 Subject: [PATCH] README.md: remove random This is a git commit to remove the link to the `random` library because it has been deprecated and vlib's `rand` must be used instead. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d40d4b5..72058e8 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,6 @@ ### Utility -- [random](https://github.com/Delta456/random) - An all purpose random library written in V. - [range](https://github.com/Delta456/range) - Functionality of Python's range() in V. - [ssh-config](https://github.com/walkingdevel/ssh-config) - A V library for parsing SSH config files. - [vaker](https://github.com/ChAoSUnItY/vaker) - A light-weight compile-time-generated data faker written in V.