DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gmp.info.gz) Random State Miscellaneous

Info Catalog (gmp.info.gz) Random State Seeding (gmp.info.gz) Random Number Functions
 
 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, ie. 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.
 
Info Catalog (gmp.info.gz) Random State Seeding (gmp.info.gz) Random Number Functions
automatically generated byinfo2html