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

Last Updated: 11/29/2021, 3:23:07 PM