[BACK]Return to random.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / games / dab

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/games/dab/random.h between version 1.4 and 1.5

version 1.4, 2021/05/02 12:50:44 version 1.5, 2021/12/05 09:22:45
Line 30 
Line 30 
  */   */
   
 /*  /*
  * random.h: Randomizer; returns a random sequence of values from [0..fx)   * Randomizer; returns a random sequence of values from [0..fx) returning each
  *           returning each value exactly once. After fx calls it returns fx.   * value exactly once. After fx calls it returns fx.
  */   */
   
 #ifndef _H_RANDOM  #ifndef _H_RANDOM

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>