Click or drag to resize

NSequenceRandom(Int32, Int32) Method

Creates a sequence from random values.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntax
C#
public static NSequence Random(
	int size,
	int upperBound
)

Parameters

size  Int32
The size of the series.
upperBound  Int32
The upper bound for the random values.

Return Value

NSequence
A random sequence of non-negative integers.
Remarks
The upperBound is exclusive.
See Also