LOADING...
LOADING...
LOADING...
当前位置:主页 > 知识列表 >

random

1. 【Substrate开发教程】23 - 如何在基于Substrate的区块链上生成随机数?

...机性是很难的,因此通过计算机生成的随机数本质上是一种伪随机数(pseudo random number),只是尽可能地“随机”。目前已经开发出一些技术来解决这个问题,比如RanDAO和VRF(Verifiable Random Functions,可验证随机函数)。Substrate使用frame_support::traits::Randomness抽象了随机性源的实现,并提供了一些实现,下...

知识:区块,随机性,模块,代码

2. 潜力最大的项目RANDOM

1.社区共识,社区的力量Random拥有全球上万游戏工作室的支持:全球手游联盟、小游戏联盟、网页游戏联盟、PC游戏联盟、主机游戏开发联盟2.团队技术实力强大Random目前的团队由全球知名工作室以及区块链开发者组成。是一个拥有多年开发经验实战经验的团队。曾参与开发过多款知名游戏:岛屿探索、h...

知识:通证,区块链,以太坊智能合约,链上

3. RANDOM:区块链游戏最好的归宿

...自治和虚拟经济的基因,都与区块链生态及其通证模式天然亲近。为什么说RANDOM是区块链游戏最好的归宿Random对于区块链及游戏的理解不单单只是虚拟资产的流通、认证、开发。还对于应用游戏内的公平性、可靠性做最优的处理。列如大家玩游戏时经常会遇到抽奖、抽皮肤、抽道具、刷地图爆金币、爆...

知识:区块链,区块链的,区块链技术,通证

4. 智能合约中使用更安全的随机数(代码实战篇)

Chainlink 最近推出一款革命性的产品,VRF—Verifiable Random Function 可验证随机数,给智能合约带来了真正安全的随机数。本文我们就来介绍一下如何在智能合约中使用 VRF 吧。我们先简要介绍一下 Chainlink VFR 的工作流程。首先,智能合约应用,也就是我们的 Dapp,需要先发起一个获取随机数的请求,这个请...

知识:可验证随机数,预言机,智能合约,以太坊,VRF

5. 比特币完成减半之后,超 50% 矿机已关机或濒临关机状态

...rst attempt to integrate with the ETH blockchain. According to the law, all processes of generating random numbers can be divided into two categories: true random numbers and pseudo random numbers. True randomness can be generated by some basic procedure, such as rolling dice or flipping coins. PSEUDORANDOM is generated by computation, usually with the aid of the PSEUDORANDOM number generator numb...

知识:比特币,矿机

6. 比特币完成减半之后,超50%矿机已关机或濒临关机状态

...rst attempt to integrate with the ETH blockchain. According to the law, all processes of generating random numbers can be divided into two categories: true random numbers and pseudo random numbers. True randomness can be generated by some basic procedure, such as rolling dice or flipping coins. PSEUDORANDOM is generated by computation, usually with the aid of the PSEUDORANDOM number generator numb...

知识:矿机,丰水期,比特币

7. Linux系统如何产生真随机数

...级和三级),而这些噪声课分为4类。如下:1)I/O中:。内核调用add_interrupt_randomness()函数将设备两次中断的时间间隔作为噪声源将随机数据加入熵池,要使用设备的中断作为系统噪声,必须用SA_SAMPLE_RANDOM标志注册其中断服务程序。这样,每当设备发生中断时,中断系统会自动调用 add_interrupt_randomness()...

知识:随机数,公链,共识算法,区块链项目

8. Chainlink 推出链上可验证随机函数(VRF),将首先用于DeFi 游戏 PoolTogether

...掷硬币。伪随机性是通过计算生成的,通常借助于伪随机数生成器 (pseudo- orandom number generator, PRNG)。在实践中,后者的使用更为突出,因为它可以方便地集成到各种计算机应用程序中。关键是要确保这些算法生成的随机数确实是不可预测的。直到现在,即使是去中心化的应用程序也必须依赖于随机的集...

知识:Chainlink

9. NEAR 前沿|基于门限签名的随机信标如何工作

...术难题正文: Back in 2015 DFinity made the community extremely excited with their design of a randomness beacon that was leveraging BLS threshold signatures to produce a randomness output that is both unbiasable and unpredictable. 早在 2015 年,DFinity 就设计了一种随机信标,让技术社区的人们感到极度振奋。该信标利用了 BLS(Boneh-Lynn-Shacham) 门限签名技...

知识:以太坊,技术,公链,项目,分片,NEAR,Elrond

10. NEAR:基于门限签名的随机信标如何工作

...术难题正文:Back in 2015 DFinity made the community extremely excited with their design of a randomness beacon that was leveraging BLS threshold signatures to produce a randomness output that is both unbiasable and unpredictable.早在 2015 年,DFinity 就设计了一种随机信标,让技术社区的人们感到极度振奋。该信标利用了 BLS(Boneh-Lynn-Shacham) 门限签名技术...

知识:NEAR,分片,随机信标

11. Chainlink推出链上可验证随机函数(VRF),将首先用于DeFi游戏PoolTogether

...掷硬币。伪随机性是通过计算生成的,通常借助于伪随机数生成器 (pseudo- orandom number generator, PRNG)。在实践中,后者的使用更为突出,因为它可以方便地集成到各种计算机应用程序中。关键是要确保这些算法生成的随机数确实是不可预测的。直到现在,即使是去中心化的应用程序也必须依赖于随机的集...

知识:DeFi,Chainlink,游戏

12. 硬件钱包的安全芯片有什么作用?(上)

...出两种方案——伪随机数生成器和真随机数生成器。伪随机数生成器(pseudo-random number generator,PRNG)在维基百科上有一个更令人担忧的名字,确定性随机数生成器(deterministic-random bit generator ,DRBG)。为什么随机数还会有“确定性”这一说呢?因为伪随机数都来自于“随机种子”(Random Seed),而随机...

知识:私钥,数字货币,硬件钱包,随机数

13. 知乎盐选 | 下一个核心技术:Facebook CEO 在听证会上为什么要谈论中国?

...rst attempt to integrate with the ETH blockchain. According to the law, all processes of generating random numbers can be divided into two categories: true random numbers and pseudo random numbers. True randomness can be generated by some basic procedure, such as rolling dice or flipping coins. PSEUDORANDOM is generated by computation, usually with the aid of the PSEUDORANDOM number generator numb...

知识:比特币,知乎盐选

14. 小科普:真随机数和伪随机数

...并不一定非得是特殊设计的硬件,Linux操作系统内核中的随机数生成器(/dev/random),维护了一个熵池(搜集硬件噪声,如:键盘、鼠标操作、网络信号强度变化等),使得它能够提供最大可能的随机数据熵,因此同样是高品质的真随机数生成器。不过/dev/random是阻塞的,也就是说,如果熵池空了,对于/...

知识:随机数,生成器,硬件钱包,电子货币

15. 下一个核心技术:FacebookCEO在听证会上为什么要谈论中国?

...rst attempt to integrate with the ETH blockchain. According to the law, all processes of generating random numbers can be divided into two categories: true random numbers and pseudo random numbers. True randomness can be generated by some basic procedure, such as rolling dice or flipping coins. PSEUDORANDOM is generated by computation, usually with the aid of the PSEUDORANDOM number generator numb...

知识:央行数字货币,美元,比特币