[mlpack-svn] [MLPACK] #202: Random number generator from a normal distribution

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Tue Feb 14 15:54:32 EST 2012


#202: Random number generator from a normal distribution
----------------------+-----------------------------------------------------
 Reporter:  pram      |        Owner:                
     Type:  wishlist  |       Status:  new           
 Priority:  major     |    Milestone:                
Component:  mlpack    |     Keywords:  random numbers
 Blocking:            |   Blocked By:                
----------------------+-----------------------------------------------------
 We have random number generators from the uniform distribution in MLpack
 which use the boost library. Apparently, there are normal (Gaussian)
 random number generators in boost as well. Is there any way to add them to
 MLPack.

 Example of boost::normal_distribution:

 http://www.bnikolic.co.uk/blog/cpp-boost-rand-normal.html

 This is the boost documentation on normal_distribution.

 http://www.boost.org/doc/libs/1_35_0/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/normal_dist.html

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/202>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed by the FASTLAB at Georgia Tech under Dr. Alex Gray.


More information about the mlpack-svn mailing list