代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/250081/12435318

opt random.opt

www.eeworm.com/read/148696/12440894

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/148608/12448081

pem random.pem

Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.4-STABLE #4: Tue Aug 15 15:50:04 PDT 2000
www.eeworm.com/read/249890/12463593

inl random.inl

//random.inl 随机函数(方法)定义 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31. #ifndef _RANDOM_INL #define _RANDOM_INL //产生一个[0,1]区间内均匀分布伪随机数 inline double rand_01_One(double& seed) {
www.eeworm.com/read/249890/12463614

h random.h

//random.h 宏定义及随机函数(方法)原型头文件 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31. #ifndef _RANDOM_H #define _RANDOM_H #define RandCoef2053 2053 #define RandCoef13849 13849 #define MOD
www.eeworm.com/read/234424/14113055

c random.c

//***************************************************************************** // // random.c - Random number generator utilizing MD4 hash function of // environmental noise captured vi
www.eeworm.com/read/234424/14113061

h random.h

//***************************************************************************** // // random.h - Protoytpes for the random number generator. // // Copyright (c) 2005,2006 Luminary Micro, Inc. All
www.eeworm.com/read/131976/14117869

c random.c

/* The source code contained in this file has been derived from the source code of Encryption for the Masses 2.02a by Paul Le Roux. Modifications and additions to that source code contained in
www.eeworm.com/read/131976/14117896

h random.h

/* The source code contained in this file has been derived from the source code of Encryption for the Masses 2.02a by Paul Le Roux. Modifications and additions to that source code contained in
www.eeworm.com/read/131424/14146480

asp random.asp

生成随机字符串