mirror of
https://github.com/exoticorn/curlywas.git
synced 2026-01-20 11:46:43 +01:00
add hex constants and data segments
This commit is contained in:
@@ -12,7 +12,7 @@ fn random64() -> i64 {
|
||||
state := randomState ^ (randomState #>> 12i64)
|
||||
) ^ (state << 25i64)
|
||||
) ^ (state #>> 27i64);
|
||||
randomState * 2685821657736338717i64
|
||||
randomState * 0x2545f4914f6cdd1di64
|
||||
}
|
||||
|
||||
fn randomf() -> f32 {
|
||||
|
||||
Reference in New Issue
Block a user