Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: byte[] NextBytes(this Random, int)

Declaration

public static byte[] NextBytes(
    this Random rnd,
    int length
)

Summary

Creates a byte array of length elements and populates it with random numbers.