Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

ixion::int_random Class Reference

#include <ixlib_random.hh>

List of all members.

Public Methods

 int_random ()
void init ()
void init (unsigned seed)
unsigned operator() (unsigned max=32768)
 Generate one random number in the interval [0,max).


Constructor & Destructor Documentation

ixion::int_random::int_random ( ) [inline]
 

Definition at line 58 of file ixlib_random.hh.


Member Function Documentation

void ixion::int_random::init ( unsigned seed ) [inline]
 

Definition at line 63 of file ixlib_random.hh.

void ixion::int_random::init ( ) [inline]
 

Definition at line 61 of file ixlib_random.hh.

unsigned ixion::int_random::operator() ( unsigned max = 32768 ) [inline]
 

Generate one random number in the interval [0,max).

Definition at line 67 of file ixlib_random.hh.


The documentation for this class was generated from the following file:
Generated at Tue Apr 17 18:29:45 2001 for ixlib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001