Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.91 KB

algorithms.md

File metadata and controls

25 lines (22 loc) · 1.91 KB

Algorithms

Recipe Crates Categories
Generate random numbers [![rand-badge]][rand] [![cat-science-badge]][cat-science]
Generate random numbers within a range [![rand-badge]][rand] [![cat-science-badge]][cat-science]
Generate random numbers with given distribution [![rand-badge]][rand] [![rand_distr-badge]][rand_distr] [![cat-science-badge]][cat-science]
Generate random values of a custom type [![rand-badge]][rand] [![cat-science-badge]][cat-science]
Create random passwords from a set of alphanumeric characters [![rand-badge]][rand] [![cat-os-badge]][cat-os]
Create random passwords from a set of user-defined characters [![rand-badge]][rand] [![cat-os-badge]][cat-os]
Sort a Vector of Integers [![std-badge]][std] [![cat-science-badge]][cat-science]
Sort a Vector of Floats [![std-badge]][std] [![cat-science-badge]][cat-science]
Sort a Vector of Structs [![std-badge]][std] [![cat-science-badge]][cat-science]

{{#include links.md}}