public virtual void Init(
int size,
int certainty,
SecureRandom random
)
Public Overridable Sub Init (
size As Integer,
certainty As Integer,
random As SecureRandom
)
public:
virtual void Init(
int size,
int certainty,
SecureRandom^ random
)
function Init(size, certainty, random);