Constructor Random
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
Random(IElement)
Initializes a new instance of RANDOM with an optional element.
public Random(IElement element)
Parameters
elementIElementThe optional element for random number generation.
Random(IEnumerable<IElement>)
Initializes a new instance of RANDOM with multiple elements.
public Random(IEnumerable<IElement> elements)
Parameters
elementsIEnumerable<IElement>The elements for random number generation.