代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/240860/13191234
h random.h
//*****************************************************************************
//
// random.h - Protoytpes for the random number generator.
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. All
www.eeworm.com/read/240686/13204936
h random.h
#ifndef RANDOM_NUMBER_GENERATOR
#define RANDOM_NUMBER_GENERATOR
#include
// used to generate random number from current seed and update seed
const unsigned long maxshort = 65536L;
c
www.eeworm.com/read/240295/13226480
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/240295/13226484
ncb random.ncb
www.eeworm.com/read/240295/13226493
h random.h
#ifndef __RANDOM_H__
#define __RANDOM_H__
class CRandom
{
public:
CRandom();
~CRandom();
static DWORD WINAPI RandomThread(void *pvParam);
static int rand(void);
static void srand
www.eeworm.com/read/240295/13226497
plg random.plg
Build Log
--------------------Configuration: random - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"
www.eeworm.com/read/240295/13226510
cpp random.cpp
#include "stdafx.h"
#include "random.h"
unsigned long CRandom::m_lNext = 1;
CRandom::CRandom() : m_hThread(NULL), m_dwThread(0), m_uRandom(0)
{
}
CRandom::~CRandom()
{
EndThread()
www.eeworm.com/read/240295/13226523
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) Ap
www.eeworm.com/read/240295/13226525
opt random.opt
www.eeworm.com/read/138505/13234281
c random.c
/*----------------------------------------------------------------------------*/
/* random.c - contains random number generator and related utilities, */
/* including advance_random, warmup_