http://www.mobr.ai/ontologies/ponto#RandomSeed
A random seed is a pseudo-random number available on-chain. It is used in various places of the Polkadot protocol, most prominently in BABE the block production mechanism.
Instances of ponto:RandomSeed can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ponto:RandomSeed a owl:Class ;
rdfs:label "Random Seed" ;
rdfs:comment "A random seed is a pseudo-random number available on-chain. It is used in various places of the Polkadot protocol, most prominently in BABE the block production mechanism." ;
rdfs:subClassOf owl:Thing .