Skip to content

Commit d42abd7

Browse files
author
Conor Okus
authored
Merge pull request #148 from tnull/patch-6
Update `random_number_generation.md`
2 parents f952505 + 779ba0d commit d42abd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Random Number Generation
22

3-
LDK aims to make no system calls, it is restricted from generating its own randomness.
3+
LDK aims to make no system calls, it is therefore restricted from generating its own randomness.
44

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.
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.

0 commit comments

Comments
 (0)