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

ixion::float_random Class Reference

#include <ixlib_random.hh>

List of all members.

Public Methods

 float_random ()
void init ()
void init (double seed)
double operator() (double max=1)
 Generate one random number in the interval [0,max).


Constructor & Destructor Documentation

ixion::float_random::float_random ( ) [inline]
 

Definition at line 29 of file ixlib_random.hh.


Member Function Documentation

void ixion::float_random::init ( double seed ) [inline]
 

Definition at line 37 of file ixlib_random.hh.

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

Definition at line 33 of file ixlib_random.hh.

double ixion::float_random::operator() ( double max = 1 ) [inline]
 

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

Definition at line 41 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