Description Usage Arguments Details Value Author(s) See Also Examples
A simple interface function to R's C level rng code. Primarily a pedagogical tool to accompany the monograph R for Bioinformatics.
1 | simpleRand(x, y = "notused")
|
x |
The number of random numbers to generate. |
y |
Not used in the base implementation, but various exercises involve making use of this. |
An interface, via .Call
to R's underlying RNG cod.
The random numbers generated, plus information about the RNG used.
R. Gentleman
1 | simpleRand(4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.