define bigrand function in java

Posted by davit-datuashvili on Stack Overflow See other posts from Stack Overflow or by davit-datuashvili
Published on 2010-06-02T11:55:05Z Indexed on 2010/06/02 12:03 UTC
Read the original article Hit count: 146

Filed under:

here is code of bigrand function in c code

int bigrand (){
 return  RAND_MAX* rand()+rand();
}

please tell me what is equivalent code in java?

© Stack Overflow or respective owner

Related posts about algorithm