由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Randomization of an array
相关主题
Javascript Q: 怎样产生10个不同的随机数?请教一个c++概率小程序
help understanding code (random number)STL感觉实在太变态了
Random Switch Between Two Different URLs 如何编程实现以下简单的组合问题
Why Avoid array indexing. Use pointers.random number generator in C++
Perl求助java random set seed question
ask a C question about random numberquestion
How to generate random number in driver (build in DDK)[合集] 这个问题怎么解效率最高
help: generate random IP address[合集] 面试问题
相关话题的讨论汇总
话题: array话题: bias话题: randomize话题: without
进入Programming版参与讨论
1 (共1页)
M***7
发帖数: 2420
1
Is there any algorithm to randomize an array without bias of time?
Thanks in advance.
X****r
发帖数: 3557
2
http://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle
If this is what you're asking.

【在 M***7 的大作中提到】
: Is there any algorithm to randomize an array without bias of time?
: Thanks in advance.

z****e
发帖数: 2024
3
what is“without bias of time”?

【在 M***7 的大作中提到】
: Is there any algorithm to randomize an array without bias of time?
: Thanks in advance.

r****t
发帖数: 10904
4
The indexing arrays as vectors should have stationary distribution?

【在 z****e 的大作中提到】
: what is“without bias of time”?
1 (共1页)
进入Programming版参与讨论
相关主题
[合集] 面试问题Perl求助
问个很基础的问题ask a C question about random number
随机数与概率How to generate random number in driver (build in DDK)
阅读Robert Sedgewick的"algorithms in C"的感受help: generate random IP address
Javascript Q: 怎样产生10个不同的随机数?请教一个c++概率小程序
help understanding code (random number)STL感觉实在太变态了
Random Switch Between Two Different URLs 如何编程实现以下简单的组合问题
Why Avoid array indexing. Use pointers.random number generator in C++
相关话题的讨论汇总
话题: array话题: bias话题: randomize话题: without