Random number interface from R ============================== We provide several functions for use from within R packages, all of which are in the namespace ``dust::random::r``. These are further described in `the package vignette `__ To access these functions you must have the ``cpp11`` package available and include ````. Seeding the generator --------------------- As a slightly more convienient interace for seeding generators .. doxygenfunction:: as_rng_seed Once you have a seed, there's no direct interaction with the dust R API any further - you have a seed and can draw numbers as described elsewhere in this manual. Persistent streams ------------------ To provide access to `persistent streams `__ (see also `the reference documentation `__) .. doxygenfunction:: rng_pointer_get