Packages

Quick Random Number Generation: Provides a simple interface to call efficient random number generation functions based on the context. Proper random number seeding is enforced.

Current section

Files

Jump to
quickrand src quickrand.app.src
Raw

src/quickrand.app.src

{application, quickrand,
[{description, "Quick Random Number Generation"},
{vsn, "1.3.3"},
{modules, [quickrand, random_wh06_int]},
{registered, []},
{applications, [crypto, kernel, stdlib]},
{start_phases, []}]}.