RandomHelper Class

Project Mercury API

[This is preliminary documentation and is subject to change.]

Defines helper methods for choosing random numbers of performing random operations.

Namespace:  ProjectMercury
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public static class RandomHelper
Visual Basic (Declaration)
Public NotInheritable Class RandomHelper
Visual C++
public ref class RandomHelper abstract sealed

Inheritance Hierarchy

System..::.Object
  ProjectMercury..::.RandomHelper

See Also