RDF.BlankNode.Generator.Random (RDF.ex v2.1.0)
View SourceAn implementation of a RDF.BlankNode.Generator.Algorithm which returns RDF.BlankNodes with random identifiers.
Note, although this generator is faster than the RDF.BlankNode.Generator.UUID generator,
which also produces random identifiers, the random identifiers produced by
RDF.BlankNode.Generator.Random are not unique across multiple application runs,
since they are based on numbers returned by :erlang.unique_integer/1.
Summary
Functions
Creates a struct with the state of the algorithm.