rloguniform {reservoirnet} | R Documentation |
rloguniform
Description
Simulate a log-uniform distribution
Usage
rloguniform(n, min = 10^-1, max = 10^2)
Arguments
n |
number of sample |
min |
minimum of the distribution |
max |
maximum of the distribution |
Value
A vector of simulated values
Examples
rloguniform(n = 1)
[Package reservoirnet version 0.2.0 Index]