Table of Contents

Constructor Rand

Namespace
YndigoBlue.Velocity.Functions
Assembly
YndigoBlue.Velocity.dll

Rand(IElement)

Initializes a new instance of RAND with an optional seed element.

public Rand(IElement element)

Parameters

element IElement

The optional seed element for reproducible random number generation.

Rand(IEnumerable<IElement>)

Initializes a new instance of RAND with multiple elements.

public Rand(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The elements for random number generation.