代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/492058/6423698

h random.h

/* Legal Notice: Some portions of the source code contained in this file were derived from the source code of Encryption for the Masses 2.02a, which is Copyright (c) 1998-2000 Paul Le Roux and w
www.eeworm.com/read/492058/6423723

c random.c

/* Legal Notice: Some portions of the source code contained in this file were derived from the source code of Encryption for the Masses 2.02a, which is Copyright (c) 1998-2000 Paul Le Roux and w
www.eeworm.com/read/491219/6441852

cpp random.cpp

//Random.cpp #include #include namespace az { namespace rnd { #define IM1 2147483563L //!< const value #define IM2 2147483399L //!< const value #define AM ( 1.0 /
www.eeworm.com/read/491219/6441857

h random.h

// //Please find details of the method from // // Q. Zhang, A. Zhou and Y. Jin, "RM-MEDA: A Regularity Model Based Multiobjective Estimation of Distribution Algorithm", IEEE Trans. Evolutionary Com
www.eeworm.com/read/488200/6497697

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/486842/6530670

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/485882/6548784

jsp random.jsp

www.eeworm.com/read/485332/6558782

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/485348/6559579

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/484945/6569243

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) {