We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Creates infinite sequence of random int numbers;
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static IEnumerable<int> Random( int minValue, int maxValue )
VB
Public Shared Function Random ( minValue As Integer, maxValue As Integer ) As IEnumerable(Of Integer)
F#
static member Random : minValue : int * maxValue : int -> IEnumerable<int>
Type: IEnumerable(Int32)Infinite random sequence.
Sequence ClassRandom OverloadCodeJam.Collections Namespace