R version 4.5.0 alpha (2025-03-21 r88026 ucrt) Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > > library(RcppZiggurat) > > zsetseed(123456890) > print(zrnorm(10), digits=5) [1] -0.034849 0.113364 0.439959 0.836486 -1.321243 -0.384294 1.506356 [8] -0.556584 0.564396 -2.154683 > > zsetseed(123456890) > print(zrnorm(10), digits=5) [1] -0.034849 0.113364 0.439959 0.836486 -1.321243 -0.384294 1.506356 [8] -0.556584 0.564396 -2.154683 > > zsetseed(123456890) > print(round(summary(zrnorm(1e6)), digits=5)) Min. 1st Qu. Median Mean 3rd Qu. Max. -5.18502 -0.67588 -0.00047 -0.00073 0.67473 5.41218 > > proc.time() user system elapsed 0.37 0.10 0.48