Skip to content

Squares64

graph BT
N1["Squares64"] -->|inherits| N2["Any"];

Characteristics

Quality Value
Inherits global.Any
Extends N/A
Decorators #sealed;
Is enum false
Is sealed true
Is extern false
Is abstract false
Is generator false
Has value semantics false
Has stored properties true
Should register destructor false
Has atomic memory true
Is copy assignable false
Is zero initializable false

Type Aliases

DType

DType = UInt64

Functions

get_seed

get_seed () -> DType

Methods

construct

construct (s strictly @Self, seed DType = get_seed()) -> Self

next

next (s @Self) -> DType

Properties

counter

counter DType

seed

seed DType