ExpressionsUniformRandomNumber Method

[Missing <summary> documentation for "M:KLib.Expressions.UniformRandomNumber(System.Double,System.Double)"]

Definition

Namespace: KLib
Assembly: KLib.Utilities (in KLib.Utilities.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static double UniformRandomNumber(
	double min,
	double max
)

Parameters

min  Double

[Missing <param name="min"/> documentation for "M:KLib.Expressions.UniformRandomNumber(System.Double,System.Double)"]

max  Double

[Missing <param name="max"/> documentation for "M:KLib.Expressions.UniformRandomNumber(System.Double,System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:KLib.Expressions.UniformRandomNumber(System.Double,System.Double)"]

See Also