Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 299 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 299 Bytes

gechprng[dot]tea

STL PRNG module that written in Gretea.

fn gechprng#seedtime() = uint64
fn gechprng#feed(seed: int) = int
fn gechprng#generate(seed: int) = int

gechprng[dot]tea licensed under the terms of MIT License.