C# Class Brunet.Util.SecureRandom.Sample

Show file Open project: johnynek/brunet

Public Properties

Property Type Description
Max ulong
Val ulong

Public Methods

Method Description
Truncate ( uint max ) : bool
operator ( ) : Sample

Method Details

Truncate() public method

public Truncate ( uint max ) : bool
max uint
return bool

operator() public static method

public static operator ( ) : Sample
return Sample

Property Details

Max public property

public ulong Max
return ulong

Val public property

public ulong Val
return ulong