Subversion Repositories planix.SVN

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 33
Line 1... Line 1...
1
#include	<u.h>
1
#include "os.h"
2
#include	<libc.h>
-
 
3
#include	<libsec.h>
2
#include <libsec.h>
4
 
3
 
5
/* 
4
/* 
6
 *  use the X917 random number generator to create random
5
 *  use the X917 random number generator to create random
7
 *  numbers (faster than truerand() but not as random).
6
 *  numbers (faster than truerand() but not as random).
8
 */
7
 */