prbits | R Documentation |
this function generates random bits of desired length
prbits(n, Time = TRUE)
n |
number of bits required |
Time |
it is a boolean value of TRUE/FALSE if we want to generate time dependent random bits.i.e each time we call the function with same input different output will be generated. |
returns a vector of random bits of length n
prbits(2)
prbits(2)
prbits(2,Time=FALSE)
prbits(2,Time=FALSE)
prbits(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.