|
ThreadSafeRandom. NextBytes Method
|
Fills the elements of a specified array of bytes with random numbers.
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntaxpublic override void NextBytes(
byte[] buffer
)
Public Overrides Sub NextBytes (
buffer As Byte()
)
Request Example
View SourceParameters
- buffer
- Type:System.Byte[]
An array of bytes to contain random numbers.
RemarksSee NextBytes(Byte[] ) for more information.
See Also