From 65de20bccf6bdfd384316dbcc2440bb8dbc9fda1 Mon Sep 17 00:00:00 2001 From: Robert Plummer Date: Tue, 29 Oct 2019 17:46:58 -0400 Subject: [PATCH] fix: Add credit from https://github.com/gpujs/gpu.js/issues/498#issuecomment-547535669 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d495fb38..75f21bd8 100644 --- a/README.md +++ b/README.md @@ -902,6 +902,7 @@ This is a list of the supported ones: So we seed from CPU, and generate from GPU. Which is still not as good as CPU, but closer. While this isn't perfect, it should suffice in most scenarios. + In any case, we must give thanks to [RandomPower](https://www.randompower.eu/), and this [issue](https://github.com/gpujs/gpu.js/issues/498), for assisting in improving our implementation of random. * `Math.round()` * `Math.sign()` * `Math.sin()`