代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/152786/12082533
c random.c
/****************************************************************************
* *
* cryptlib Randomness Management Routines *
* Copyright Peter Gutmann 1995-2005
www.eeworm.com/read/255427/12082822
obj random.obj
www.eeworm.com/read/255427/12082823
plg random.plg
Build Log
--------------------Configuration: RANDOM - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\zhangl
www.eeworm.com/read/255427/12082825
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/255427/12082827
exe random.exe
www.eeworm.com/read/255427/12082829
ncb random.ncb
www.eeworm.com/read/255427/12082830
opt random.opt
www.eeworm.com/read/255427/12082834
cpp random.cpp
//THE PROGRAM HELPS YOU TO GET THE RANDOM NUMBERS.
//FILE RANDOM.CPP
#include
#include
#include
#include
int main(void)
{
int INPUT,NUMBER,CIRC
www.eeworm.com/read/255427/12082837
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/152785/12084842
c random.c
/*
* This is the ``Mersenne Twister'' random number generator MT19937, which
* generates pseudorandom integers uniformly distributed in 0..(2^32 - 1)
* starting from any odd seed in 0..(2^32 - 1).