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