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