Click or drag to resize
Randomizer Class
A convenience class providing random numbers seeded from the local clock.
Inheritance Hierarchy
SystemObject
  StreamCoders.HelpersRandomizer

Namespace: StreamCoders.Helpers
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static class Randomizer

The Randomizer type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberNextDouble
Produces random number for type double.
Public propertyStatic memberNextInt
Produces random number for type int.
Public propertyStatic memberNextUInt
Produces random number for type uint.
Top
Methods
  NameDescription
Public methodStatic memberSetSeed
Top
See Also