C# Class Tamir.SharpSsh.jsch.jce.Random

Inheritance: Tamir.SharpSsh.jsch.Random
Datei anzeigen Open project: soywiz/csharputils

Public Methods

Method Description
Random ( ) : System
fill ( byte foo, int start, int len ) : void

Method Details

Random() public method

public Random ( ) : System
return System

fill() public method

public fill ( byte foo, int start, int len ) : void
foo byte
start int
len int
return void