Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Essential Math Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWRandGenMCG31M1

Module:  Essential Math   Group:  Statistics classes


Does not inherit

Local Index

Members

Non-Members

Synopsis

#include <rw/randmcg31m1.h>
RWRandGenMCG31M1 gen;

Description

Class RWRandGenMCG31M1 generates random numbers uniformly distributed over the interval [0, 1], and may be used instead of class RWRandGenerator as a template parameter to any of the distribution generators derived from abstract base class RWTRand<>.

RWRandGenMCG31M1 is a 31-bit multiplicative congruential generator.

Unlike RWRandGenerator, each instance of RWRandGenMCG31M1 contains and maintains its own, independent state. This can make it easier to use in some situations. The "internal state" of an instance of RWRandGenMCG31M1 consists of only a seed.

Public Constructors

RWRandGenMCG31M1();
RWRandGenMCG31M1(const RWRandGenMCG31M1& x);
RWRandGenMCG31M1(unsigned long seed)

Public Member Operators

double 
operator()();
void 
printOn(std::ostream& s) const; 
void 
scanFrom(std::istream& s);
void 
restoreFrom(RWvistream&);
void 
restoreFrom(RWFile&);
void 
saveOn(RWvostream&) const;
void 
saveOn(RWFile&) const;

Related Global Operator

std::ostream& rwmathexport
operator<< (std::ostream& s, const RWRandGenMCG31M1& rgen);
std::istream& rwmathexport
operator>> (std::istream& s, RWRandGenMCG31M1& rgen);


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.