From 996751c1c6c10d4871a97a938e39430229523690 Mon Sep 17 00:00:00 2001 From: Infendro Date: Thu, 16 Apr 2026 16:07:58 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 688045b..00662e8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# prng-kt +# prng.kt -`prng-kt` is a Kotlin Multiplatform library that provides common [Pseudorandom Number Generators](https://en.wikipedia.org/wiki/Pseudorandom_number_generator). +`prng.kt` is a Kotlin Multiplatform library that provides common [Pseudorandom Number Generators](https://en.wikipedia.org/wiki/Pseudorandom_number_generator). Supported [PRNG](https://en.wikipedia.org/wiki/Pseudorandom_number_generator) algorithms: - LCG