NSequenceRandom(Int32, Int32) Method |
Creates a sequence from random values.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntaxpublic 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
NSequenceA random sequence of non-negative integers.
RemarksThe upperBound is exclusive.
See Also