Skip to content

Commit 26af0c4

Browse files
committed
Update solo-extras.md
1 parent 19422d9 commit 26af0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/solo/solo-extras.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Random number generation
44

55
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
6+
that leverages natural phenomenon to generate random numbers, which is can be better than a traditional
77
RNG that has state and updates deterministically using cryptographic methods.
88

99
You can easily access the TRNG stream on Solo using our python tool [solo-python](https://github.com/solokeys/solo-python).

0 commit comments

Comments
 (0)