代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/100285/6271945

out btree_index.out

QUERY: SELECT b.* FROM bt_i4_heap b WHERE b.seqno < 1; seqno| random -----+---------- 0|1935401906 (1 row) QUERY: SELECT b.* FROM bt_i4_heap b WHERE b.seqno >= 9999; seqno| rand
www.eeworm.com/read/456224/6278894

m populator.m

function ret = populator(nDes) % generates a random design vector % since the Bezier curve is in the Convex hull of the vertices % the random variables will lie between the max and min values %
www.eeworm.com/read/165203/6279062

cpp testhinsch.cpp

// testHinsch.cpp // Test output and speed of mtrand.h // Richard J. Wagner 15 May 2003 // This is free, unrestricted software void of any warranty. #include #include #in
www.eeworm.com/read/300446/6279105

h rand.h

/// \file /// \brief \b [Internal] Random number generator /// /// This file is part of RakNet Copyright 2003 Kevin Jenkins. /// /// Usage of RakNet is subject to the appropriate license agreemen
www.eeworm.com/read/282731/6304840

c 92.c

/* 在BC31下编译 */ /* compile under Borland C++ 3.1 */ #include #include #define Alpha 3.90 double initvalue(); double random(void)/*返回一个(0,1)之间的随机数*/ { static doub
www.eeworm.com/read/494289/6381641

cpp cardano.cpp

/* Solving cubic x^3+AX+B using Cardano's formula */ /* cl /O2 /GX cardona.cpp zzn2.cpp zzn.cpp big.cpp ms32.lib */ #include #include #include "zzn2.h" using namespace std;
www.eeworm.com/read/493294/6400234

m prex_matchlab.m

%PREX_MATCHLAB PRTools example on K-MEANS clustering and matching labels % % Illustrates the use of K-MEANS clustering and the match of labels. help prex_matchlab echo on rand('state',5); %
www.eeworm.com/read/493005/6403489

randombit

NAME randbit - Blum-Blum-Shub pseudo-random number generator SYNOPSIS randombit([x]) TYPES x integer return integer DESCRIPTION If x > 0, randombit(x) returns a pseudo-random
www.eeworm.com/read/493005/6403609

randbit

NAME randbit - additive 55 shuffle pseudo-random number generator SYNOPSIS randbit([x]) TYPES x integer return integer DESCRIPTION If x > 0, randbit(x) returns a pseudo-random
www.eeworm.com/read/493005/6403709

seed

NAME seed - return a value that may be used to seed a pseudo-random generator SYNOPSIS seed() TYPES return integer DESCRIPTION Generate a pseudo-random seed based on a collection of