[back] [prev] [next] [index] [root]

 


IntRandomBits

Returns a random integerin the range 0 to 2^n-1. n must be >= 0.

Syntax:

y := IntRandomBits(n);

integer
  y  
small integer
  n  
  H  

Description:

no detailed description available yet


Example:


kash> y:=IntRandomBits(100);
> 64802451788490783625902680364


<- back[back] [prev] [next] [index] [root]