代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/223823/14616373
c random.c
/* concatenation of following two 16-bit multiply with carry generators */
/* x(n)=a*x(n-1)+carry mod 2^16 and y(n)=b*y(n-1)+carry mod 2^16, */
/* number and carry packed within the same 32 bit intege
www.eeworm.com/read/123106/14648384
c random.c
/*
random.c
By Bill Kendrick
New Breed Software
February 14, 1996, May 30, 1996
Randomly picks one line out of a file and displays it.
Based on the "random" directive from my "count
www.eeworm.com/read/122800/14667845
c random.c
/* random.c - pseudo-random number generators for libbow
Copyright (C) 1998, 1999 Andrew McCallum
Written by: Andrew Kachites McCallum
This file is part of the Bag-Of
www.eeworm.com/read/222767/14674726
cs random.cs
#region -- Copyright 2005, Cambia Research. Steve Lautenschlager, Ph.D.
// -----------------------------------------------------------
// What: RandomProvider Class
// Author: Steve Lautenschl
www.eeworm.com/read/122674/14676260
h random.h
#ifndef RANDOM_NUMBER_GENERATOR
#define RANDOM_NUMBER_GENERATOR
#include
// used to generate random number from current seed and update seed
const unsigned long maxshort = 65536L;
c
www.eeworm.com/read/222590/14684683
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/122379/14696107
exe random.exe
www.eeworm.com/read/122379/14696109
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/221853/14717762
exe random.exe
www.eeworm.com/read/221853/14717765
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