# Random Number Generation
LDK aims to make no system calls, it is restricted from generating its own randomness.
The sample node implementation uses Rust's rand crate here (opens new window) and elsewhere.
LDK aims to make no system calls, it is restricted from generating its own randomness.
The sample node implementation uses Rust's rand crate here (opens new window) and elsewhere.