From d90c77f649f4399448e90b1ff98f67b1be908426 Mon Sep 17 00:00:00 2001 From: carlosmpsilva Date: Sat, 14 Oct 2023 20:26:33 +0100 Subject: [PATCH] updated README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index efd2156..6c0f17a 100644 --- a/README.md +++ b/README.md @@ -91,4 +91,10 @@ Roll the dice. Returns between 1-6 ## Release Notes +1.0 +Initial release. + +- rng: supports creation of pcg32 instance with random seed (based on entropy) +- rng: supports creation of pcg32 instance with initial state and increment seed +- pcg32 instance supports: seed, number, double_num, range, double_range, toss and roll