FastRandom.NextBytes Method

GeneticSharp

FastRandom NextBytes Method GeneticSharp
Fills the provided byte array with random bytes. This method is functionally equivalent to System.Random.NextBytes().

Namespace: SharpNeatLib.Maths
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

public void NextBytes(
	byte[] buffer
)
public void NextBytes(
	byte[] buffer
)

Parameters

buffer
Type:  OnlineSystem Byte 

[Missing <param name="buffer"/> documentation for "M:SharpNeatLib.Maths.FastRandom.NextBytes(System.Byte[])"]

See Also