We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19422d9 commit 26af0c4Copy full SHA for 26af0c4
docs/solo/solo-extras.md
@@ -3,7 +3,7 @@
3
## Random number generation
4
5
Solo contains a True Random Number Generator (TRNG). A TRNG is a hardware based mechanism
6
-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
7
RNG that has state and updates deterministically using cryptographic methods.
8
9
You can easily access the TRNG stream on Solo using our python tool [solo-python](https://github.com/solokeys/solo-python).
0 commit comments