From 4171b026238b74b208241b9e2e350bce40cf702b Mon Sep 17 00:00:00 2001 From: Swastik Baranwal Date: Fri, 19 Jun 2020 15:11:15 +0530 Subject: [PATCH] Add random library (#64) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12a1649..4a8ca91 100644 --- a/README.md +++ b/README.md @@ -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