new_key: Create a key for a new block using a RNG

Description Usage Arguments Value Examples

View source: R/new_key.R

Description

Creates a key for a new block using a RNG. The function uses runif() and does not perform any seed initialization. See .Random.seed for more information on R's random number generation algorithms.

Usage

1
new_key(host = .host.)

Arguments

host

(Optional) the name of the jazz server host (including the port). Usually set just once via set_jazz_host().

Value

This function returns the newly created key value for further use.

Examples

1
2
3
4
5
6
## Not run: 
new_key()
new_key()
new_key()

## End(Not run)

rjazz documentation built on May 2, 2019, 2:45 p.m.