代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/244387/12869165
c random.c
/*
* File: random.c
* Version: 1.0
* Last modified on Mon Sep 13 10:42:45 1993 by eroberts
* -----------------------------------------------------
* This file implements the random.h interface.
www.eeworm.com/read/244387/12869178
h random.h
/*
* File: random.h
* Version: 1.0
* Last modified on Fri Jul 22 16:44:36 1994 by eroberts
* -----------------------------------------------------
* This interface provides several functions for
www.eeworm.com/read/244387/12869200
c random.c
/*
* File: random.c
* Last modified on Mon Sep 13 10:42:45 1993 by eroberts
* --------------
* Implements the random.h interface.
*/
#include
#include
#include
#in
www.eeworm.com/read/244387/12869202
h random.h
/*
* File: random.h
* Last modified on Mon Sep 13 10:42:45 1993 by eroberts
* --------------
* Library package to produce pseudo-random numbers.
*/
#ifndef _random_h
#define _random_h
#include
www.eeworm.com/read/143387/12879548
c random.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/244095/12889166
cpp random.cpp
#include
#include
#include
using namespace std;
void main()
{
double mu=1.0,ro=1.5;
valarrayrip(40);
size_t stCount=40;
double seed=(double)time(NULL)
www.eeworm.com/read/244095/12889168
opt random.opt
www.eeworm.com/read/244095/12889175
dsw random.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/244095/12889182
dsp random.dsp
# Microsoft Developer Studio Project File - Name="Random" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/244095/12889184