search for: seed_out

Displaying 5 results from an estimated 5 matches for "seed_out".

1997 Jul 28
0
R-alpha: R 0.50.a1 S_alloc BUG, priority = URGENT
...lloc(nelem, eltsize); for(i=0 ; i<size; i++) p[i] = 0; return p; } which segfaults because `size' is not initialized. I am not what the right fix is, adding size = nelem * eltsize; before the loop seems to work. As an aside ... I think the seed* functions in S are called seed_in seed_out and not seeds_in and seeds_out as currently in src/main/random.c. Thanks, -k =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe&...
2009 Feb 13
2
Generate random numbers in Fortran
Hi!!! It would like to know if it exists a form to use the functions to generate variates in FORTRAN with the same easiness I use that them in C? Or not? If yes. They would have some example? I would like to use the functions rbeta, rlnorm and others! Sorry my english..rsrsrs Thanks!!!              Fábio Mathias Corrêa    University Federal of the Lavras - Brazil Veja quais são os
1997 Aug 05
3
R-alpha: Version 0.50-a1 patches
...was being attached to a character vector. Now only lists can become data frames. o There is now a -gdb option to the R front end as well as -xxgdb. o Documentation of NChisquare fixed. o Definition of S_alloc fixed. o Changed the names of seeds_in and seeds_out to seed_in and seed_out as per Kurt's request. o "unlist(c(2))" fixed. o "data.frame(x=2)" fixed. o Bug in do_title fixed. o Scoping for subset methods by forcing an eval of the args on entry fixed (bug reported by Patric Lindsay). o subsetting of data frames fixed . o Misc pr...
1999 May 03
1
problems compiling R-0.63.3 on alpha
.../lqs' make[4]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/librar y/lqs/src' gcc -ieee_with_inexact -g -I../../../../include -c lqs.c -o lqs.o ld -shared -lm -o lqs.so lqs.o ld: Warning: Unresolved: unif_rand calloc free R_PosInf seed_in dqrdc2_ dqrsl_ rsort rPsort sqrt seed_out log __exc_add_pc_range_table __exc_add_gp_range __exc_remove_pc_range_table __exc_remove_gp_range make[4]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/library /lqs/src' make[3]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/library /lqs' make[3]: Entering...
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
...qs' make[4]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/= librar y/lqs/src' gcc -ieee_with_inexact -g -I../../../../include -c lqs.c -o lqs.o ld -shared -lm -o lqs.so lqs.o ld: Warning: Unresolved: unif_rand calloc free R_PosInf seed_in dqrdc2_ dqrsl_ rsort rPsort sqrt seed_out log __exc_add_pc_range_table __exc_add_gp_range __exc_remove_pc_range_table __exc_remove_gp_range make[4]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l= ibrary /lqs/src' make[3]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l= ibrary /lqs' make[3]: Ente...