Show / Hide Table of Contents

Class ContinuousUniformSampler

Simulation sampler that generates samples with equal probability between specified minimum and maximum values.

Inheritance
object
SampleGenerator
ContinuousUniformSampler
Inherited Members
SampleGenerator.Sampler
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Simulation
Assembly: WMServer.dll
Syntax
public class ContinuousUniformSampler : SampleGenerator

Properties

Max

The maximum value of the sampling range. If not set, defaults to 1.

Declaration
public double Max { get; set; }
Property Value
Type Description
double

Min

The minimum value of the sampling range. If not set, defaults to 0.

Declaration
public double Min { get; set; }
Property Value
Type Description
double

Methods

Sample()

Generates a sample with equal probability between specified minimum and maximum values.

Declaration
public override ElementValue Sample()
Returns
Type Description
ElementValue
Overrides
SampleGenerator.Sample()
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE