From 26af0c423ea78db1e1c70a8355b075435866480d Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Fri, 16 Aug 2019 14:03:41 +0800 Subject: [PATCH] Update solo-extras.md --- docs/solo/solo-extras.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/solo/solo-extras.md b/docs/solo/solo-extras.md index 1d5dd80..9a72a3f 100644 --- a/docs/solo/solo-extras.md +++ b/docs/solo/solo-extras.md @@ -3,7 +3,7 @@ ## Random number generation Solo contains a True Random Number Generator (TRNG). A TRNG is a hardware based mechanism -that leverages natural phenomenon to generate random numbers, which is often better than a traditional +that leverages natural phenomenon to generate random numbers, which is can be better than a traditional RNG that has state and updates deterministically using cryptographic methods. You can easily access the TRNG stream on Solo using our python tool [solo-python](https://github.com/solokeys/solo-python).