pseudo-random(伪随机的):指看起来像随机、但实际上由确定性的规则/算法生成的序列或结果;如果使用相同的初始条件(如种子 seed),就会产生相同的输出。(在计算机科学、统计模拟与加密等领域常见。)
/ˌsuːdoʊˈrændəm/
The app generates pseudo-random numbers for games.
这个应用为游戏生成伪随机数。
Although the sequence is pseudo-random, using the same seed will reproduce the exact same results, which is useful for testing and simulations.
虽然这个序列是伪随机的,但使用相同的种子会复现完全相同的结果,这对测试和仿真很有用。
pseudo- 来自希腊语 pseudes,意为“假的、貌似的”;random 意为“随机的”。合起来强调“表面随机,但本质并非真正随机(通常可被算法复现)”。