[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
9.3 Random State Miscellaneous
- Function: unsigned long gmp_urandomb_ui (gmp_randstate_t state, unsigned long n)
Return a uniformly distributed random number of n bits, i.e. in the range 0 to 2^n-1 inclusive. n must be less than or equal to the number of bits in an
unsigned long
.
- Function: unsigned long gmp_urandomm_ui (gmp_randstate_t state, unsigned long n)
Return a uniformly distributed random number in the range 0 to n-1, inclusive.
This document was generated on March 31, 2014 using texi2html 5.0.