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

Add random library (#64)

This commit is contained in:
Swastik Baranwal 2020-06-19 15:11:15 +05:30 committed by GitHub
parent b272f81f95
commit 4171b02623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,6 +171,7 @@
### Utility
- [range](https://github.com/Delta456/range) - Functionality of Python's range() in V.
- [random](https://github.com/Delta456/random) - An all purpose random library written in V.
## Other