Xceed .NET Libraries Documentation
genRandomBits(Int32,Random) Method


Xceed.SSH.Protocols Assembly > Xceed.Utils.Numerics Namespace > BigInteger Class > genRandomBits Method : genRandomBits(Int32,Random) Method
Syntax
'Declaration
 
Public Overloads Sub genRandomBits( _

   ByVal bits As Integer, _

   ByVal rand As Random _

) 
'Usage
 
Dim instance As BigInteger

Dim bits As Integer

Dim rand As Random

 

instance.genRandomBits(bits, rand)
public void genRandomBits( 

   int bits,

   Random rand

)

Parameters

bits
rand
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BigInteger Class
BigInteger Members
Overload List