dot-set_seed: Set a seed both in Julia and R

.set_seedR Documentation

Set a seed both in Julia and R

Description

Set a seed both in Julia and R

Usage

.set_seed(seed)

Arguments

seed

seed to be used

Value

No return value, called for side effects.

Examples

## Not run: 
  ## Needs previous call to `BayesFluxR_setup` which is time
  ## consuming and requires Julia and BayesFlux.jl
  BayesFluxR_setup(installJulia=TRUE, seed=123)
  .set_seed(123)

## End(Not run)

enweg/BFluxR documentation built on Jan. 27, 2024, 6:43 p.m.