Skip to content

Commit

Permalink
Update collections/motoko/src/random.mo
Browse files Browse the repository at this point in the history
  • Loading branch information
crusso authored Feb 19, 2024
1 parent 7c053f2 commit 163030e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/motoko/src/random.mo
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module {
};
};
state := state * 48271 % modulus;
?(state >> 4);
?(state >> 36);
};
};
public func get_memory(): (Nat,Nat,Nat) {
Expand Down

0 comments on commit 163030e

Please sign in to comment.