Skip to content

random numbers in C

3 messages · Thomas Unternaehrer, Duncan Murdoch

#
On 11/13/2009 11:41 AM, Thomas Unternaehrer wrote:
At a minimum, you forgot to call GetRNGState and PutRNGState.  See 
Writing R Extensions for details.  But if you are running this from 
outside of R, you'll also need to read about building a standalone Mathlib.

Duncan Murdoch