From 527214d7c5e0d295e08ceee0fd2dce1330c74241 Mon Sep 17 00:00:00 2001 From: Ricky Setiawan <29156554+Shiroechi@users.noreply.github.com> Date: Tue, 12 Jul 2022 16:44:35 +0700 Subject: [PATCH] add notice to discontinue --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f90eaad..fb41b2f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Litdex.Security.RNG +***This library will not be continued and will not recieve bug fix or new update in the future. Use [Litdex.Random](https://github.com/Shiroechi/Litdex.Random) in exchange Litdex.Security.RNG.*** + Library that provide basic random generator function and was inspired from Python [random.py](https://github.com/python/cpython/blob/master/Lib/random.py). [Litdex.Security.RNG](https://github.com/Shiroechi/Litdex.Security.RNG) have already provide some basic random algorithm, so you can use it immediately rather than implement it yourself. But, still [Litdex.Security.RNG](https://github.com/Shiroechi/Litdex.Security.RNG) created with extensibility in mind, so you can implement your own *random generator* with this [library](https://github.com/Shiroechi/Litdex.Security.RNG).