Struct voxel_worldgen::layer::LayerLCG [] [src]

pub struct LayerLCG { /* fields omitted */ }

Methods

impl LayerLCG
[src]

Seed the LCG from the base seed and the world seed

Seed the LCG from the current world seed and the position

Next random number n from 0<=n<max

Trait Implementations

impl Clone for LayerLCG
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more