Maze Factory  1.0
Unity3d component package for procedural mazes
 All Classes Functions Variables Enumerations Properties
MFRandomizer Class Reference

Wrapper for a randomizer. Currently using the System randomizer. But you can easily replace this by unity's or roll your own. More...

List of all members.

Public Member Functions

 MFRandomizer ()
 Initializes a new instance of the MFRandomizer class.
 MFRandomizer (int?seed)
 Initializes a new instance of the MFRandomizer class.
int Next (int maxValue)
 Get a pseudo random value between 0 and maxValue.

Detailed Description

Wrapper for a randomizer. Currently using the System randomizer. But you can easily replace this by unity's or roll your own.


Constructor & Destructor Documentation

Initializes a new instance of the MFRandomizer class.

MFRandomizer ( int?  seed)

Initializes a new instance of the MFRandomizer class.

Parameters:
seedSeed.

Member Function Documentation

int Next ( int  maxValue)

Get a pseudo random value between 0 and maxValue.

Parameters:
maxValueMax value.

The documentation for this class was generated from the following file: