From a0b55bc406947c3fe4fef0a96ff3fb10acd2b4e4 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Sat, 28 Oct 2023 18:44:59 +0000 Subject: [PATCH] Docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c53226..4b69f54 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ Alternatively you may compile it by hand with `gcc randquik.c -o randquik -O3 -p ## Python module -I have a Python binding to this in the works, with the intention of being able to use these faster random numbers also for creating byte buffers and with numpy.random there. +I have a Python binding to this in the works, with the intention of being able to use these faster random numbers also for creating byte buffers and with numpy.random there. The module now offers functional Numpy BitGenerator adaptor, and a friendly general purpose Python API that can fill up any buffer with random bytes.