Click or drag to resize
RandomUtils Class
Utility methods which have to do with randomness.
Inheritance Hierarchy
SystemObject
  Slash.Math.UtilsRandomUtils

Namespace: Slash.Math.Utils
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static class RandomUtils

The RandomUtils type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberRandom
Random number generator singleton.
Top
Methods
  NameDescription
Public methodStatic memberRandomSign
Generates a random sign.
Public methodStatic memberRangeDouble
Returns a random double number between the specified minimum and maximum (exclusive).
Top
See Also