View source: R/dataset_methods.R
random_integer_dataset | R Documentation |
Dataset
of pseudorandom valuesCreates a Dataset
of pseudorandom values
random_integer_dataset(seed = NULL)
seed |
(Optional) If specified, the dataset produces a deterministic sequence of values. |
The dataset generates a sequence of uniformly distributed integer values (dtype int64).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.