rloguniform: rloguniform

View source: R/rloguniform.R

rloguniformR 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)

reservoirnet documentation built on April 4, 2023, 5:12 p.m.