search for: user_norm_rand

Displaying 4 results from an estimated 4 matches for "user_norm_rand".

2008 Jul 31
5
Random number generation
Hi Everyone, I did a quick search of the list and it looks like this may not have been asked before... I'm trying to generate a matrix of random numbers between 0 and 1, with 6 columns, 10000 rows. About all I know is that runif(1) gives me the random number I'm looking for. Any help would be great! thanks, -Max
2008 Jul 31
5
Random number generation
Hi Everyone, I did a quick search of the list and it looks like this may not have been asked before... I'm trying to generate a matrix of random numbers between 0 and 1, with 6 columns, 10000 rows. About all I know is that runif(1) gives me the random number I'm looking for. Any help would be great! thanks, -Max
2024 Jul 15
1
Minor inconsistencies in tools:::funAPI()
...wn at the end of this message. I have confirmed that compared to tools:::getFunsHdr, the only extraneous symbols that it finds in preprocessed headers are "R_SetWin32", "user_unif_rand", "user_unif_init", "user_unif_nseed", "user_unif_seedloc" "user_norm_rand", which are special-cased in tools:::getFunsHdr, and the only symbols it doesn't find are "select" and "delztg" in R_ext/Lapack.h, which we should not be finding. # "Bird's eye" view, gives unmapped names on non-preprocessed headers getdecl <- function...
2024 Jul 29
1
Minor inconsistencies in tools:::funAPI()
...s message. I > have confirmed that compared to tools:::getFunsHdr, the only extraneous > symbols that it finds in preprocessed headers are "R_SetWin32", > "user_unif_rand", "user_unif_init", "user_unif_nseed", > "user_unif_seedloc" "user_norm_rand", which are special-cased in > tools:::getFunsHdr, and the only symbols it doesn't find are "select" > and "delztg" in R_ext/Lapack.h, which we should not be finding. > > # "Bird's eye" view, gives unmapped names on non-preprocessed headers &gt...