FastRandom NextBytes Method | GeneticSharp |
Fills the provided byte array with random bytes.
This method is functionally equivalent to System.Random.NextBytes().
Namespace: SharpNeatLib.MathsAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- buffer
- Type: System Byte
[Missing <param name="buffer"/> documentation for "M:SharpNeatLib.Maths.FastRandom.NextBytes(System.Byte[])"]
See Also