You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trac3r-rust/doc/rand/reseeding/sidebar-items.js

1 line
400 B

5 years ago
initSidebarItems({"struct":[["ReseedWithDefault","Reseed an RNG using a `Default` instance. This reseeds by replacing the RNG with the result of a `Default::default` call."],["ReseedingRng","A wrapper around any RNG which reseeds the underlying RNG after it has generated a certain number of random bytes."]],"trait":[["Reseeder","Something that can be used to reseed an RNG via `ReseedingRng`."]]});