代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/126100/14445849
c m_random.c
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
www.eeworm.com/read/125476/14491827
cc random_uniform.cc
#include
double random_uniform_0_1(void){
return double(rand())/double(RAND_MAX); // this uses the C library random number generator.
};
www.eeworm.com/read/125476/14491872
cc random_normal.cc
#include
#include
//using namespace std;
double random_uniform_0_1(void);
double random_normal(void){
double U1, U2, V1, V2;
double S=2;
while (S>=1) {
U1 = random_uni
www.eeworm.com/read/125404/14495042
h r_random.h
/* R_RANDOM.H - header file for R_RANDOM.C
*/
/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
Inc., created 1991. All rights reserved.
*/
int R_GenerateBytes PROTO_
www.eeworm.com/read/125404/14495069
c r_random.c
/* R_RANDOM.C - random objects for RSAREF
*/
/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
Inc., created 1991. All rights reserved.
*/
#include "global.h"
#inclu
www.eeworm.com/read/124723/14551617
class testlayout$random.class
www.eeworm.com/read/124283/14579430
tex random-walk.tex
www.eeworm.com/read/124280/14581935
c r_random.c
#include
#include
#ifdef MSDOS
#include
#endif
#include "rsa_incl.h"
#include "r_random.h"
#define RANDOM_BYTES_RQ 256
/* We use more seed data for
www.eeworm.com/read/124280/14581939
h r_random.h
int R_GenerateBytes PROTO_LIST
((unsigned char *, unsigned int, R_RANDOM_STRUCT *));
www.eeworm.com/read/124280/14582011
c r_random.c
/*
R_RANDOM.C - random objects for RSAEURO
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same as for RSA