We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f952505 + 779ba0d commit d42abd7Copy full SHA for d42abd7
docs/overview/random_number_generation.md
@@ -1,5 +1,5 @@
1
# Random Number Generation
2
3
-LDK aims to make no system calls, it is restricted from generating its own randomness.
+LDK aims to make no system calls, it is therefore restricted from generating its own randomness.
4
5
-The sample node implementation uses Rust's rand crate [here](https://github.com/lightningdevkit/ldk-sample/blob/2cd778e7acc959689e3b8462c529ffb3509aa1ec/src/main.rs#L464-L465) and elsewhere.
+The sample node implementation uses Rust's `rand` crate [here](https://github.com/lightningdevkit/ldk-sample/blob/2cd778e7acc959689e3b8462c529ffb3509aa1ec/src/main.rs#L464-L465) and elsewhere.
0 commit comments