[Pcsclite-cvs-commit] CVS PCSC/src/PCSC

CVS User rousseau ludovic.rousseau@free.fr
Tue, 11 Jan 2005 13:44:54 -0700


Update of /cvsroot/pcsclite/PCSC/src/PCSC
In directory haydn:/tmp/cvs-serv16255/PCSC

Modified Files:
	sys_generic.h 
Log Message:
convert SYS_Random() into SYS_RandomInt() to improve performances.

Thanks to Philipp Marek for the patch


--- /cvsroot/pcsclite/PCSC/src/PCSC/sys_generic.h	2004/06/17 06:44:01	1.7
+++ /cvsroot/pcsclite/PCSC/src/PCSC/sys_generic.h	2005/01/11 20:44:54	1.8
@@ -6,7 +6,7 @@
  * Copyright (C) 1999
  *  David Corcoran <corcoran@linuxnet.com>
  *
- * $Id: sys_generic.h,v 1.7 2004/06/17 06:44:01 rousseau Exp $
+ * $Id: sys_generic.h,v 1.8 2005/01/11 20:44:54 rousseau Exp $
  */
 
 #ifndef __sys_generic_h__
@@ -81,7 +81,7 @@
 
 	int SYS_Fstat(int);
 
-	int SYS_Random(int, float, float);
+	int SYS_RandomInt(int, int);
 
 	int SYS_GetSeed(void);