代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/432906/1887715
c random.c
/*
* Copyright (C) 2004, 2005 Mike Wray
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publis
www.eeworm.com/read/432906/1887727
h random.h
/*
* Copyright (C) 2004, 2005 Mike Wray
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publis
www.eeworm.com/read/432474/1892481
c random.c
/* random.c - random number generation package */
/* Copyright 1994 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1983 Regents of the University of California.
* All ri
www.eeworm.com/read/431876/1902906
c random.c
/* random.c - random number generation package */
/* Copyright 1994 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1983 Regents of the University of California.
* All ri
www.eeworm.com/read/431469/1906131
c random.c
/******************************************************************************
* *
* **********
www.eeworm.com/read/431466/1906395
c random.c
/******************************************************************************
* *
* **********
www.eeworm.com/read/431154/1909498
c random.c
/**CFile***********************************************************************
FileName [random.c]
PackageName [util]
Synopsis [Our own portable random number generator.]
Copyright
www.eeworm.com/read/430518/1924729
h random.h
/*
* include/linux/random.h
*
* Include file for the random number generator.
*/
#ifndef _LINUX_RANDOM_H
#define _LINUX_RANDOM_H
#include
/* ioctl()'s for the random number gene
www.eeworm.com/read/430360/1932642
inc random.inc
RAND32 PROTO :DWORD
InitRand32 PROTO
; random number generator by NaN
; (modified a bit to make it a procedure by Exagone)
.data?
NaNRand dd ?
.code
SWAP MACRO M1:REQ, M2:REQ
xor M1, M2