time: Time functions

Time functionsR Documentation

Time functions

Description

Functions to get the current time in different units.

Usage

nanoTime()

Details

  • nanoTime: The current nanoseconds of the system.

Value

Each function returns a numeric value.

Author(s)

Manos Papadakis <papadakm95@gmail.com>.

See Also

runif, rbeta, rexp, rchisq, rgamma, rcauchy, rt, rgeom

Examples

x <- nanoTime()

rangen documentation built on March 16, 2026, 5:08 p.m.

Related to time in rangen...