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.
This commit is contained in:
Swastik Baranwal 2023-03-21 00:13:47 +05:30 committed by GitHub
parent ea3744505e
commit 7aa23e9833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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.