add simple rng test

This commit is contained in:
2021-11-07 10:36:49 +01:00
parent 0a8f4e1d8f
commit f0474a3bbc
2 changed files with 25 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import "env.memory" memory(4);
import "math.sin" fn sin(f32) -> f32;
import "math.atan2" fn atan2(f32, f32) -> f32;
import "env.sin" fn sin(f32) -> f32;
import "env.atan2" fn atan2(f32, f32) -> f32;
export fn tic(time: i32) {
let i: i32;