Skip to content

Commit

Permalink
squash! Add riot-rs-random crate and corresponding initialization
Browse files Browse the repository at this point in the history
Co-authored-by: ROMemories <[email protected]>
  • Loading branch information
chrysn and ROMemories committed Apr 12, 2024
1 parent f74fc17 commit c7462ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riot-rs-random/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Crate that provides a seeded random number generator depending on RIOT-rs's configuration
//! Provides a seeded random number generator depending on RIOT-rs's configuration.
//!
//! The module provides a single function for use by applications, [`get_rng()`], produces an owned
//! RNG of type [`Rng`] to the application.
Expand Down

0 comments on commit c7462ed

Please sign in to comment.