由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - rand5 做 rand7 标准答案是啥?
相关主题
请教一道面试题Google面试回来
rand31 -> rand32的问题rand5 -> rand7的解法?
用 1到5的random number generator 怎么产生1到7的random number?问一个老题
[合集] 请教两个Brownian Motion的问题CLSR: how to generate random(a, b) with random(0,1)
a hash embedded with another hash in R (转载)如果给随即函数rand[1,5] 如何产生rand[1,7]
[合集] 给一个rand5(),写一个rand7()问个随机数的问题
请教一道面试题求教Careercup 150 上的一道题目
google intern 电面面经看不懂careercup上一题的答案
相关话题的讨论汇总
话题: rand5话题: rand7话题: 标准答案话题: 11172话题: 11158
进入Quant版参与讨论
1 (共1页)
x**8
发帖数: 1939
1
我做了一个rand5 7次,然后再 %7 + 1,
这个我算了一下,基本均匀,但是不完全均匀,
这个可以吗?
取得1到7的次数分别为:
11177
11172
11158
11144
11144
11158
11172
大侠请指点!
t**a
发帖数: 33
2
Think about rand2 to rand3 firstly:
throw twice.
11=1
12=2
21 =3
22 rethrow
The left part is like binary number.
rand5 to rand7 can also work by throwing twice, you have 25 candidates, make
use of the first 21 to reduce the possibility of rethrow.
x**8
发帖数: 1939
3
多谢!
你这办法好,
我就没想到可以rethrow,嗯,

make

【在 t**a 的大作中提到】
: Think about rand2 to rand3 firstly:
: throw twice.
: 11=1
: 12=2
: 21 =3
: 22 rethrow
: The left part is like binary number.
: rand5 to rand7 can also work by throwing twice, you have 25 candidates, make
: use of the first 21 to reduce the possibility of rethrow.

1 (共1页)
进入Quant版参与讨论
相关主题
看不懂careercup上一题的答案a hash embedded with another hash in R (转载)
明天onsite,求下bless了[合集] 给一个rand5(),写一个rand7()
Amazon On-site 面经+求bless,快两周了还没消息。请教一道面试题
用rand5()产生rand7()google intern 电面面经
请教一道面试题Google面试回来
rand31 -> rand32的问题rand5 -> rand7的解法?
用 1到5的random number generator 怎么产生1到7的random number?问一个老题
[合集] 请教两个Brownian Motion的问题CLSR: how to generate random(a, b) with random(0,1)
相关话题的讨论汇总
话题: rand5话题: rand7话题: 标准答案话题: 11172话题: 11158