代码搜索:Random

找到约 10,000 项符合「Random」的源代码

代码结果 10,000
www.eeworm.com/read/283124/9042002

f90 random.f90

!=============================================================================== ! ! Droits de reproduction et de diffusion r閟erv閟.
www.eeworm.com/read/184759/9080731

m random_binary.m

% File: random_binary.m % Software given here is to accompany the textbook: W.H. Tranter, % K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of % Communication Systems Simulation with
www.eeworm.com/read/182843/9188410

lua random distribution.lua

-- Random Distribution Script -- Robert Edwards 2003 -- This script is in the public domain and can be used for any purpose -- I just hope its useful as an example of binary IO in lua for mappy
www.eeworm.com/read/182370/9205914

hpp random_matrix.hpp

// random uniform matrix/vector // random normal matrix/vector class RandomMatrix { };
www.eeworm.com/read/182370/9205917

cpp random_matrix.cpp

#include namespace { class Random { public: Random() : rng(), gen_uniform(rng), gen_normal(rng,norm) {} double uniform() { return gen_uniform(); } double normal() {
www.eeworm.com/read/182200/9211931

c random_util.c

/********************************************************************** random_util.c ********************************************************************** random_util - Pseudo-random number ge
www.eeworm.com/read/182200/9211944

h random_util.h

/********************************************************************** random_util.h ********************************************************************** random_util - Random number utility r
www.eeworm.com/read/378479/9229854

v random_tp.v

`timescale 10ns/1ns module random_tp; integer data; integer i; parameter delay=10; initial $monitor($time,,,"data=%b",data); initial begin for(i=0; i
www.eeworm.com/read/180661/9299667

h d_random.h

#include #include using namespace std; // generate random numbers class randomNumber { public: // initialize the random number generator randomNumber(long s = 0);
www.eeworm.com/read/180659/9299687

h d_random.h

#include #include using namespace std; // generate random numbers class randomNumber { public: // initialize the random number generator randomNumber(long s = 0);