From 247d311c4d96b6d118064685c3b787d255d7fcca Mon Sep 17 00:00:00 2001 From: rtmigo Date: Wed, 31 Mar 2021 20:43:43 +0300 Subject: [PATCH] docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39d9fb4..b4ee6e9 100644 --- a/README.md +++ b/README.md @@ -223,8 +223,8 @@ library. # Consistency -The library has been thoroughly **tested to match reference numbers** generated -by the same algorithms implemented in C99. Not only `int`s, but also numbers +The library has been thoroughly **tested to match [reference numbers](https://github.com/rtmigo/randomref)** generated +by the same algorithms implemented in C++. Not only `int`s, but also numbers converted to `double` including all decimal places that the compiler takes into account.