This commit is contained in:
Tilman 2022-12-03 11:49:55 +01:00 committed by GitHub
parent 2be71ad746
commit 87510100ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ cfg_rt! {
}
}
/// A seed for random numnber generation.
/// A seed for random number generation.
///
/// In order to make certain functions within a runtime deterministic, a seed
/// can be specified at the time of creation.