代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/114524/15049273
asm random.asm
DATA SEGMENT
CC DB '+'
ww db '-'
GG DB '='
II DB 0DH,0AH,'$'
AA DB 5 DUP(?)
www dw 0
ghh db '0',0dh,0ah,'$'
bnm dw 0
DATA ENDS
STACK SEGMENT
D
www.eeworm.com/read/215670/15054410
vwf random.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/215323/15065150
c random.c
/*
Random.c
quasi- and pseudo-random-number generation
last modified 5 Jan 06 th
*/
/*
PART 1: Sobol quasi-random-number generator
adapted from ACM TOMS algorithm 659
*/
#define SOBOL_MINDIM
www.eeworm.com/read/215124/15073681
c random.c
#include
#include
void main(void)
{
int i;
printf("Values from rand\n");
for (i = 0; i < 100; i++)
printf("%d ", rand());
printf("Values from rando
www.eeworm.com/read/213958/15120457
h random.h
// Random.h -*- C++ -*-
/*
Copyright (C) 1988 Free Software Foundation
written by Dirk Grunwald (grunwald@cs.uiuc.edu)
This file is part of the GNU C++ Library. This library is free
www.eeworm.com/read/213813/15124467
c random.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/213529/15130691
h random.h
// file : random.h
// version: 1.03 [August 21, 1995]
#ifndef _random_h_
#define _random_h_
/* Mods by Art Stephens so compiles on Sun using CC, does anyone know */
/* the correct header files to
www.eeworm.com/read/213524/15130712
c random.c
/*
*-----------------------------------------------------------------------------
* file: random.c
* desc: routine for a very-long-cycle random-number sequences
* by: patrick ko shu pui
* date
www.eeworm.com/read/213524/15130724
h random.h
/*
*-----------------------------------------------------------------------------
* file: random.h
* desc: random.c header
* by: patrick ko shu pui
* date: 6 sep 1991
*--------------------------