代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/475633/6775024
cpp tu_random.cpp
// tu_random.cpp -- Thatcher Ulrich 2003
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
// Pseudorandom number generator.
#include "base/tu_ra
www.eeworm.com/read/475633/6775035
h tu_random.h
// tu_random.h -- Thatcher Ulrich 2003
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
// Pseudorandom number generator.
#ifndef TU_RANDOM_H
#define TU
www.eeworm.com/read/428487/6790239
vi random number.vi
www.eeworm.com/read/471799/6882129
obj random2.obj
www.eeworm.com/read/471799/6882171
obj random2.obj
www.eeworm.com/read/295391/8167150
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/193607/8213608
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. Josutti
www.eeworm.com/read/394238/8240966
txt random.c.txt
any problems, send mails to lysindybear@sina.com.cn
相关文件
这个模块提供了一个基本的uuid生成器
这是最主要的函数,用来产生一个uuid值
void generate_random_uuid(unsigned char uuid_out[16])
www.eeworm.com/read/393504/8281497
m stratified_random.m
function s = stratified_random(N)
%function s = stratified_random(N)
%
% Generate N uniform-random numbers stratified within interval (0,1).
% The set of samples, s, are in ascending order.
%
%