mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
Tagged certain functions that were exported both under NT and ROS, but not marked as un/implemented.
svn path=/trunk/; revision=10411
This commit is contained in:
parent
730a1f48e2
commit
cd351f4dc9
18 changed files with 139 additions and 29 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: random.c,v 1.2 2004/08/05 18:17:37 ion Exp $
|
||||
/* $Id: random.c,v 1.3 2004/08/07 19:13:25 ion Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -81,6 +81,9 @@ static ULONG SavedValue[128] =
|
|||
* RETURNS
|
||||
* It returns a random number distributed over [0..MAXLONG-1].
|
||||
*/
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
ULONG STDCALL
|
||||
RtlRandom (IN OUT PULONG Seed)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue