Re: MSFT and random numbers

From: Howard Kaikow (kaikow_at_standards.com)
Date: 02/21/04


Date: Sat, 21 Feb 2004 08:36:51 -0500

THanx.

A number of folkes have raised questions about the quality of some of the
algorithms in Numerical Recipes in C, hope the random number algorithm is
not one of those.

There may be a paper on this at http://math.jpl.nasa.gov/nr/, but I cannot
seem to get to http://math.jpl.nasa.gov/ today.

-- 
http://www.standards.com/; See Howard Kaikow's web site.
"Mattias Sjögren" <mattias.dont.want.spam@mvps.org> wrote in message
news:%23jUbFeA%23DHA.2316@TK2MSFTNGP11.phx.gbl...
> Howard,
>
> >3. Random class in .NET.
>
>
http://sharedsourcecli.sscli.net/source/browse/sharedsourcecli/clr/src/bcl/system/random.cs
>
>
> >2. Randomize and Rnd in VB .NET
>
> Not that I know, but you may be able to disassemble the VB library and
> figure it out that way.
>
>
> >1. Randomize and Rnd in VB 6.
>
> The VB.NET version is compatible with the VB6 version IIRC, so if you
> get #2 you have this one as well.
>
>
>
> Mattias
>
> -- 
> Mattias Sjögren [MVP]  mattias @ mvps.org
> http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
> Please reply only to the newsgroup.


Relevant Pages

  • Re: Matrix Inversion
    ... The IMSL Fortran 90 MP LIBRARY that comes with Compaq Visual ... > Are you sure you need a matrix inversion procedure, ... a good place to start is Numerical Recipes in ... algorithms are great for learning about numerical analysis, ...
    (comp.lang.fortran)
  • Re: branch and assignment statements translation to functional style
    ... the original algorithm i want to convert to functional ... from 'Numerical Recipes: The art of scientific ... Recipes has serious drawbacks as a source of numerical algorithms. ...
    (comp.lang.lisp)
  • Q: Good books for non-beginners
    ... Being the happy owner of a copy of the "Numerical recipes", ... am lost for algorithms. ... there are other books out there, which might supplement NR with more ... advanced algorithms, coverage in areas not dealt with by NR, or simply ...
    (sci.math.num-analysis)
  • Re: How to calculate IFFT based on FFT result?
    ... I just wonder if there is a simple way to calculate IFFT based on FFT ... "Numerical Recipes in C" explains some algorithms there. ...
    (comp.dsp)