Method | Description | |
---|---|---|
Get32Bits ( int mod ) : uint | ||
Get32Bits ( uint mod = null ) : uint | ||
Get64Bits ( long mod ) : ulong | ||
Get64Bits ( ulong mod = null ) : ulong | ||
GetBytes ( int count ) : byte[] | ||
GetBytes ( byte bytes ) : void | ||
GetFraction ( ) : double |
public static Get32Bits ( uint mod = null ) : uint | ||
mod | uint | |
return | uint |
public static Get64Bits ( ulong mod = null ) : ulong | ||
mod | ulong | |
return | ulong |
public static GetBytes ( int count ) : byte[] | ||
count | int | |
return | byte[] |