代码搜索:Random

找到约 10,000 项符合「Random」的源代码

代码结果 10,000
www.eeworm.com/read/11356/228102

c random.c

/* Maintain source of random numbers for cryptographic keys, etc * This is inherently machine dependent code */ #include "stdio.h" #include #include "global.h" #include "timer.h" #inc
www.eeworm.com/read/12574/245492

sch random.sch

www.eeworm.com/read/12574/245514

sch random.sch

www.eeworm.com/read/12574/245537

sch random.sch

www.eeworm.com/read/12865/249963

s random.s

; Random number generator ; ; This uses a 33-bit feedback shift register to generate a pseudo-randomly ; ordered sequence of numbers which repeats in a cycle of length 2^33 - 1 ; NOTE: randomseed
www.eeworm.com/read/12867/251089

h random.h

#ifndef __STD_RW_RW_RANDOM_CC__ #define __STD_RW_RW_RANDOM_CC__ /*************************************************************************** * * random.h - Header for the Standard Library rand
www.eeworm.com/read/12870/258394

s random.s

; Random number generator ; ; This uses a 33-bit feedback shift register to generate a pseudo-randomly ; ordered sequence of numbers which repeats in a cycle of length 2^33 - 1 ; NOTE: randomseed
www.eeworm.com/read/12870/263189

h _random.h

/*************************************************************************** * * _random.h - Header for the Standard Library random generator * * This is an internal header file used to implem
www.eeworm.com/read/12870/263218

cc _random.cc

/*************************************************************************** * * _random.cc - member function definitions for template class * __rw_random_generator * * $Id: _ra
www.eeworm.com/read/13787/283327

c random.c

/* Maintain source of random numbers for cryptographic keys, etc * This is inherently machine dependent code */ #include "stdio.h" #include #include "global.h" #include "timer.h" #inc