1
0
Fork 0
mirror of https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git synced 2025-12-28 20:22:18 +01:00
redox-ssh/rand/reseeding/sidebar-items.js

1 line
No EOL
400 B
JavaScript

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`."]]});