 | RandGenMTwistFill(Int32) Method |
Fills the given array of integers with random values.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic void Fill(
int[] v
)
Public Sub Fill (
v As Integer()
)
public:
void Fill(
array<int>^ v
)
member Fill :
v : int[] -> unit
Parameters
- v Int32
- An array.
Remarksv must be initialized before calling this method.
See Also