/* naurng.h : definitions for using Don Knuth's random number generator. This version uses the attribute TLS_ATTR from nauty.h.
To use it: 1. Call ran_init(seed) with any long seed. (Optional, but you will always get the same sequence otherwise.) 2. Use NEXTRAN to get the next number (0..2^30-1). Alternatively, use KRAN(k) to get a random number 0..k-1. For large k, KRAN(k) is not quite uniform. In that case use GETKRAN(k,var) to set the variable var to a better random number 0..k-1.
*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.