代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/350559/10732143
txt random_u.txt
0.193690
0.208806
0.151229
0.992241
0.512072
0.506290
0.129019
0.620316
0.676473
0.208540
0.167356
0.413425
0.727158
0.328682
0.966844
0.579562
0.929989
0.977849
0.960664
0.072799
www.eeworm.com/read/276068/10769766
vi random average.vi
www.eeworm.com/read/274950/10843788
rc2 random.rc2
//
// RANDOM.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////
www.eeworm.com/read/270960/11018325
cpp random1.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josuttis 19
www.eeworm.com/read/416320/11033274
txt random1.txt
#include
#include
#include
#include
#include
#include
#ifndef RANDOM_H
#define RANDOM_H
#define IM1 2147483563
#define IM2 214
www.eeworm.com/read/416320/11033291
cpp random1.cpp
#include "random.h"
/*
Long period (? 2 \Theta 10 18 ) random number generator of L'Ecuyer with Bays璂urham shuffle
and added safeguards. Returns a uniform random deviate between 0.0 and 1.0 (excl
www.eeworm.com/read/416320/11033293
h random1.h
#include
#include
#include
#include
#include
#include
#ifndef RANDOM_H
#define RANDOM_H
#define IM1 2147483563
#define IM2 214
www.eeworm.com/read/416320/11033298
txt random1.txt
#include "random.h"
/*
Long period (? 2 \Theta 10 18 ) random number generator of L'Ecuyer with Bays璂urham shuffle
and added safeguards. Returns a uniform random deviate between 0.0 and 1.0 (excl
www.eeworm.com/read/470561/6913809