readRandom | R Documentation |
Read random numbers from sytems random devices
readRandom(n, a, b, dev = "/dev/urandom")
n |
number of random numbers to read |
a |
start of range |
b |
end of range |
dev |
device file location |
Based on stackoverflow question http://stackoverflow.com/questions/11505039
numeric vector of leng n
with numbers between a
and b
Spacedman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.