[Missing <summary> documentation for "M:CoreDevices.Generals.MersenneTwister.NextUInt(System.UInt32,System.UInt32)"]

Namespace:  CoreDevices.Generals
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public virtual uint NextUInt(
	uint minValue,
	uint maxValue
)
Visual Basic (Declaration)
Public Overridable Function NextUInt ( _
	minValue As UInteger, _
	maxValue As UInteger _
) As UInteger
Visual C++
public:
virtual unsigned int NextUInt(
	unsigned int minValue, 
	unsigned int maxValue
)

Parameters

minValue
Type: System..::.UInt32

[Missing <param name="minValue"/> documentation for "M:CoreDevices.Generals.MersenneTwister.NextUInt(System.UInt32,System.UInt32)"]

maxValue
Type: System..::.UInt32

[Missing <param name="maxValue"/> documentation for "M:CoreDevices.Generals.MersenneTwister.NextUInt(System.UInt32,System.UInt32)"]

Return Value

[Missing <returns> documentation for "M:CoreDevices.Generals.MersenneTwister.NextUInt(System.UInt32,System.UInt32)"]

See Also