Nothing
with_ironseed()
and local_ironseed()
functions to temporarily change
the .Random.seed
state.ironseed_stream()
function returns a function that can be
called multiple times to generate a stream of output seeds. There are also new
with_ironseed_stream()
and local_ironseed_stream()
functions as well.ironseed()
gained a new methods
parameter to control which methods are
used for input seeds. The following methods are supported (in order of default precedence)ironseed()
.set_ironseed(...)
function to wrap ironseed(..., set_seed = TRUE)
create_ironseed()
function to construct an ironseed from objects. This
function has a stricter interface than ironseed()
and is useful for internal
usage.ironseed()
now requires ...
arguments to be unnammed.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.