代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/326471/13139998
h random.h
#include
class Random{
public:
Random(bool pseudo=true);
int poisson(double mean);
private:
int reseed();
double random_real();
int random_integer(int low,int high);
int seed,mu
www.eeworm.com/read/139529/13150788
cc random.cc
// ################################################################################
//
// name: random.cc
//
// author: Martin Pelikan
//
// purpose: random number generato
www.eeworm.com/read/139529/13150797
h random.h
#ifndef _random_h_
#define _random_h_
double drand();
long setSeed(long newSeed);
#endif
www.eeworm.com/read/139411/13157292
vfx random.vfx
www.eeworm.com/read/139222/13173177
h random.h
/*
Copyright (c) 2001
Author: Konstantin Boukreev
E-mail: konstantin@mail.primorye.ru
Created: 04.09.2001 12:28:02
Version: 1.0.0
*/
#ifndef _random_d2b4c0ed_bd5f_4ced_92d2_5c484ab9
www.eeworm.com/read/139222/13173197
cpp random.cpp
/*
Copyright (c) 2001
Author: Konstantin Boukreev
E-mail: konstantin@mail.primorye.ru
Created: 04.09.2001 12:48:55
Version: 1.0.0
*/
#include "stdafx.h"
#include "random.h"
co
www.eeworm.com/read/139218/13173743
cxx random.cxx
// random.cpp A collection of Random number generators
// (c) Copyright 1995, Everett F. Carter Jr.
// Permission is granted by the author to use
// this
www.eeworm.com/read/139218/13173776
hpp random.hpp
// random.hpp A collection of random number generator objects
// (c) Copyright 1995, Everett F. Carter Jr.
// Permission is granted by the author to use
//
www.eeworm.com/read/325790/13184308
m random.m
function x = random(OBJ, t, varargin)
% RANDOM Generate IID samples from Gaussian distribution
% R=RANDOM(W, T, M, N, ...) or R=RANDOM(W, T, [M, N, ...]) returns a
% MxNx... matrix with IID sample
www.eeworm.com/read/240860/13191213
c random.c
//*****************************************************************************
//
// random.c - Random number generator utilizing MD4 hash function of
// environmental noise captured vi