代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/154136/11987151
html simplegenerators.html
Swarm 2.2 Reference Guide: Interface SimpleGenerat
www.eeworm.com/read/154136/11987158
html c2tausgenc.html
Swarm 2.2 Reference Guide: Interface C2TAUSgenC
www.eeworm.com/read/154136/11987169
html integerdistributions.html
Swarm 2.2 Reference Guide: Interface IntegerDistri
www.eeworm.com/read/154136/11987183
html unsigneddistributionc.html
Swarm 2.2 Reference Guide: Interface UnsignedDistr
www.eeworm.com/read/153776/12007348
c poidev.c
#include
#include "dist.h"
#define PI 3.141592654
float PoissonDist::poidev(float xm)
// Returns as a floating-point number an integer value that is a
// random deviate drawn from a Poisson
www.eeworm.com/read/255964/12043678
h randomnr.h
/*******************************************************************************
RandomNr.h
last change: 01/20/1999
version: 0.0.0
design: Eckart Zitzler
Paul E. Sevinc
www.eeworm.com/read/341877/12056761
c rg_rand.c
/*
** random.c -- "Minimal Standard" integer random number generator
**
** based on "Random Number Generators: Good Ones Are Hard to Find",
** S.K. Park and K.W. Miller, Communications of the A
www.eeworm.com/read/152786/12082580
c dos.c
/****************************************************************************
* *
* MSDOS Randomness-Gathering Code *
* Copyright Peter Gutmann 1996-2002 *
*