Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/lib/libkern



Module Name:    src
Committed By:   matt
Date:           Thu Jan 31 02:36:09 UTC 2008

Modified Files:
        src/sys/lib/libkern: Makefile libkern.h mertwist.c

Log Message:
Add Mersenne Twister prototypes and state struct to libkern.h
Cleanup a comment.  s/RLEN/MTPRNG_RLEN/g    s/POS1/MTPRNG_POS1/g
Remove unneeded test code.


To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 src/sys/lib/libkern/Makefile
cvs rdiff -r1.72 -r1.73 src/sys/lib/libkern/libkern.h
cvs rdiff -r1.1 -r1.2 src/sys/lib/libkern/mertwist.c

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




Home | Main Index | Thread Index | Old Index