1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

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

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.